From 93cbd49bc284d760461aa9d72b33bb93f8bb6624 Mon Sep 17 00:00:00 2001 From: Jesse Lang Date: Thu, 19 Oct 2017 12:23:47 -0500 Subject: [PATCH] Add a pre-commit hook configuration --- .pre-commit-hooks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..f64cf3e --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: shellcheck + name: shellcheck + description: | + A static analysis tool for shell scripts + https://www.shellcheck.net + entry: koalaman/shellcheck + language: docker_image + types: [shell]