-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
-
Dev Platform 2020-02-10, Dev Platform 2020-02-24, Dev Platform 2020-03-09
In lint runs during patch build (including the commit queue), we only look at what files have been changed in order to not need to run lint against the entire code base. However, this diff does not include any of the changes from the enterprise module. This means that changes to the enterprise module can break lint and wouldn't get caught until lint is running in the mainline. We should update lint runs that are part of a patch build to include any related enterprise changes as well.