Skip to content

Commit

Permalink
Disable anisble-lint for now, it breaks pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 19, 2021
1 parent f88a07f commit b5b7138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -13,11 +13,11 @@ repos:
- id: yamllint
args: [-c=.yamllint]

- repo: https://github.com/ansible/ansible-lint
rev: v5.0.1
hooks:
- id: ansible-lint
pass_filenames: false
# - repo: https://github.com/ansible/ansible-lint
# rev: v5.0.1
# hooks:
# - id: ansible-lint
# pass_filenames: false

- repo: https://github.com/robertdebock/pre-commit
rev: v1.1.2
Expand Down

0 comments on commit b5b7138

Please sign in to comment.