They include scripts to check code quality. Perhaps those should be set up with a pre-commit git hook to ensure they get used.
Is there a way to set a pre commit git hook in a project's source code? So that the same hook only runs on that project and not on every project using git.
So installation instructions become: 1. git clone 2. cd 3. make [init]