From 195a2e7c492560ab3945eb3cc41c75a0c884fb1d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 25 Jan 2022 18:50:30 +0100 Subject: feat: add shellcheck to pre commit hook --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.pre-commit-config.yaml') 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 -- cgit v1.2.3-70-g09d2