jenkins pre-commit-hooks + aliases for git+brew

This commit is contained in:
MorganGeek
2020-06-29 13:34:06 +02:00
parent 36722b7086
commit 7c1f1f8bf2
7 changed files with 75 additions and 7 deletions

View File

@ -42,6 +42,14 @@ repos:
pass_filenames: false
args: [-l=infra] #NOTE: that this is the directory you created earlier to host your terraform
verbose: true
- repo: https://github.com/askulkarni2/pre-commit-docker-jenkinslint
rev: master
hooks:
- id: docker-jenkinslint
language: docker_image
entry: --entrypoint /usr/local/bin/run-jflint.sh askulkarni2/jenkinslint
files: Jenkinsfile
#- repo: https://github.com/ansible/ansible-lint.git
# rev: v4.1.0
# hooks: