From 5679ed93879bae7e8a5704537ee9688cafb0d8a8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 12 Dec 2016 01:30:39 +0200 Subject: [PATCH] - Added shell script linter 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