This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Validation mode #12
Open
Description
The code formatter is great tool for getting code into the particular format desired by our guidelines. That is great for helping developers meet our style guidelines but it does nothing for telling developers that they are failing to meet them.
We should add a validation mode to this tool such that it can become a part of a CI system. A way to validate that new code doesn't violate the coding guidelines.
To be clear: I'm not proposing this feature be immediately integrated into any repo. I'm proposing we add the feature so that teams can decide whether or not they want strict enforcement on checkins.