mirror of
https://github.com/creating2morrow/neveko.git
synced 2025-01-18 08:44:46 +00:00
update pre-commit.sample
This commit is contained in:
parent
80e44400f7
commit
59b86612f1
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Run the formatter and linter before commits
|
# Run the formatter and linter before commits
|
||||||
|
# TODO: automatically squash in formatting changes
|
||||||
|
# For now if there formatting changes just undo the
|
||||||
|
# previous commit and commit again.
|
||||||
|
|
||||||
# If any command fails exit immediately with that code
|
# If any command fails exit immediately with that code
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
Loading…
Reference in a new issue