1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

add pre-commit git hook for shellcheck

This commit is contained in:
2021-09-12 22:08:04 +02:00
parent 01eaa30523
commit eda5a69da2

5
.pre-commit-config.yaml Normal file
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]