mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
Add unquoted value finder.
This commit is contained in:
parent
66dd1596bb
commit
cac9ee91b1
|
@ -14,10 +14,11 @@ repos:
|
||||||
args: [-c=.yamllint]
|
args: [-c=.yamllint]
|
||||||
|
|
||||||
- repo: https://github.com/robertdebock/pre-commit
|
- repo: https://github.com/robertdebock/pre-commit
|
||||||
rev: v1.3.1
|
rev: v1.4.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible_role_find_unused_variable
|
- id: ansible_role_find_unused_variable
|
||||||
- id: ansible_role_find_empty_files
|
- id: ansible_role_find_empty_files
|
||||||
- id: ansible_role_find_empty_directories
|
- id: ansible_role_find_empty_directories
|
||||||
- id: ansible_role_fix_readability
|
- id: ansible_role_fix_readability
|
||||||
- id: ansible_role_find_undefined_handlers
|
- id: ansible_role_find_undefined_handlers
|
||||||
|
- id: ansible_role_find_unquoted_values
|
||||||
|
|
Loading…
Reference in a new issue