From cf9cd46bc48870e223058857611b1fa7b845732c Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 12 Dec 2016 01:28:44 +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 233bc80..01fddc1 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