From eda5a69da22f8e14be9c743855483063e644ddba Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Sun, 12 Sep 2021 22:08:04 +0200 Subject: [PATCH] :sparkles: add pre-commit git hook for shellcheck --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..9281b2e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +- repo: git://github.com/detailyang/pre-commit-shell + rev: v1.0.6 + hooks: + - id: shell-lint + #args: [--format=json] \ No newline at end of file