parent
c32c9035d8
commit
6acbb4ad62
2 changed files with 22 additions and 0 deletions
4
.hooks/pre-commit
Executable file
4
.hooks/pre-commit
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Just lint the code before committing
|
||||
make lint
|
||||
Reference in a new issue