add pre-commit git hook for shellcheck

This commit is contained in:
2021-09-13 15:58:21 +02:00
parent 01eaa30523
commit eda5a69da2
+5
View File
@@ -0,0 +1,5 @@
- repo: git://github.com/detailyang/pre-commit-shell
rev: v1.0.6
hooks:
- id: shell-lint
#args: [--format=json]