lint
This commit is contained in:
parent
093a0b81aa
commit
3b1faec4ed
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ exclude_paths:
|
||||||
warn_list:
|
warn_list:
|
||||||
- experimental
|
- experimental
|
||||||
- yaml[line-length]
|
- yaml[line-length]
|
||||||
- name
|
|
||||||
- no-handler
|
- no-handler
|
||||||
- risky-shell-pipe
|
- risky-shell-pipe
|
||||||
- no-changed-when
|
- no-changed-when
|
||||||
|
|
@ -19,3 +18,4 @@ warn_list:
|
||||||
# Skip rules that don't apply to this project
|
# Skip rules that don't apply to this project
|
||||||
skip_list:
|
skip_list:
|
||||||
- var-naming[no-role-prefix]
|
- var-naming[no-role-prefix]
|
||||||
|
- name
|
||||||
|
|
|
||||||
|
|
@ -89,4 +89,4 @@
|
||||||
- open-vm-tools
|
- open-vm-tools
|
||||||
- qemu-guest-agent
|
- qemu-guest-agent
|
||||||
# - deltarpm
|
# - deltarpm
|
||||||
state: latest
|
state: present
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue