Add overcommit to manage git hooks
This commit is contained in:
parent
20f8fadd7b
commit
bb2eccf658
7 changed files with 69 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue