summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 18:50:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 18:50:30 +0100
commit195a2e7c492560ab3945eb3cc41c75a0c884fb1d (patch)
tree8d6fc67fcf0ef372d4b47f03aec0e0dd9bb3413d
parent441466579b658a17d82c8c7d7537fc083145c53a (diff)
feat: add shellcheck to pre commit hook
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 07d3687..2804827 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,3 +23,7 @@ repos:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
+- repo: https://github.com/koalaman/shellcheck-precommit
+ rev: v0.8.0
+ hooks:
+ - id: shellcheck