mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-02-22 18:27:47 +01:00
Disable anisble-lint for now, it breaks pre-commit.
This commit is contained in:
parent
bc5d77a50b
commit
9c8be0accd
|
|
@ -8,16 +8,16 @@ repos:
|
|||
- id: check-added-large-files
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.25.0
|
||||
rev: v1.26.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args: [-c=.yamllint]
|
||||
|
||||
- repo: https://github.com/ansible/ansible-lint
|
||||
rev: v4.3.7
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue