Add overcommit to manage git hooks

This commit is contained in:
Tom Hughes 2024-08-20 18:29:24 +01:00
parent 20f8fadd7b
commit bb2eccf658
7 changed files with 69 additions and 1 deletions

View file

@ -14,6 +14,13 @@ bundle exec rails eslint
bundle exec erblint .
```
You can also install hooks to have git run checks automatically when
you commit using [overcommit](https://github.com/sds/overcommit) with:
```
bundle exec overcommit --install
```
## Testing
Having a good suite of tests is very important to the stability and