dev: add pre-commit git hook for shellcheck

This commit is contained in:
2021-11-03 18:09:45 +01:00
parent 9ed30f2bee
commit 976ea673f8
+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]