Details
-
Improvement
-
Resolution: Fixed
-
Unknown
-
None
-
None
-
Not Needed
-
Description
While convenient, this does mean checked in source code (that hasn't run check) can be reformatted causing a build to be marked dirty.
1. Use a githook to run spotlessApply automagically.
Make check depend on spotlessCheck and fail if spotless hasn't been run
2. Add a spotlessCheck to static checks in evergreen