The discourse repository includes configuration for lefthook. This will automatically check any code before it’s committed to git, and alert about any issues. To get set up, simply enter your discourse development directory and run
pnpm install
pnpm run lefthook install
Files will now be automatically checked before committing. If there are any issues, the commit will be cancelled, and you will be shown a list of errors.
This document is version controlled - suggest changes on github.