Skip to content
Snippets Groups Projects
Commit da6116f6 authored by nimrod's avatar nimrod
Browse files

New pre-commit-hooks repo.

Migrate to my new pre-commit-hooks repo.
parent ccd5b5b8
No related branches found
No related tags found
No related merge requests found
...@@ -116,21 +116,23 @@ repos: ...@@ -116,21 +116,23 @@ repos:
hooks: hooks:
- id: validate_manifest - id: validate_manifest
- repo: https://git.shore.co.il/nimrod/shell-pre-commit.git - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.6.0 rev: v0.1.0
hooks: hooks:
- id: shell-lint - id: shell-validate
- id: docker-compose
- id: ansible-syntax-check
- id: ansible-vault-check
- id: terraform-ftm
- id: terraform-validate
- id: poetry-check
- id: docker-compose
- repo: https://github.com/shellcheck-py/shellcheck-py.git - repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.7.2.1 rev: v0.7.2.1
hooks: hooks:
- id: shellcheck - id: shellcheck
- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git
rev: v0.3.0
hooks:
- id: docker-compose
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v5.1.3 rev: v5.1.3
hooks: hooks:
......
...@@ -79,10 +79,10 @@ repos: ...@@ -79,10 +79,10 @@ repos:
- id: detect-secrets - id: detect-secrets
exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock
- repo: https://git.shore.co.il/nimrod/shell-pre-commit.git - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.6.0 rev: v0.1.0
hooks: hooks:
- id: shell-lint - id: shell-validate
exclude: &excluded_shellscripts |- exclude: &excluded_shellscripts |-
\.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose) \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment