From 86c5c7a42f86f3248c15e911cc482eab2d377969 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 12 Dec 2016 01:27:00 +0200 Subject: [PATCH] - Added shell script lint pre-commit check. --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eab32ed..23a96ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,10 @@ files: tests/playbook.yml args: - tests/playbook.yml +- repo: https://github.com/adarnimrod/shell-pre-commit + sha: v0.1.0 + hooks: + - id: shell-lint - repo: https://github.com/willthames/ansible-lint sha: 959ab0f525e9abb19cf75f34381015cf33695f61 hooks: -- GitLab