Update ansible-lint exception
ANSIBLE0012 is the old name, 301 is the new name for the lint rule. Change conifguration to use new name. Change-Id: I8e3148a54ec811308865882d79edc255d61cfff0
This commit is contained in:
parent
e06a916021
commit
b45e8ceb3c
@ -1,10 +1,10 @@
|
|||||||
exclude_paths:
|
exclude_paths:
|
||||||
- playbooks/legacy
|
- playbooks/legacy
|
||||||
parseable: true
|
parseable: true
|
||||||
# [ANSIBLE0012] Commands should not change things if nothing needs doing
|
|
||||||
# [204] Lines should be no longer than 160 chars
|
# [204] Lines should be no longer than 160 chars
|
||||||
|
# [301] Commands should not change things if nothing needs doing
|
||||||
skip_list:
|
skip_list:
|
||||||
- ANSIBLE0012
|
|
||||||
- '204'
|
- '204'
|
||||||
|
- '301'
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
verbosity: 1
|
verbosity: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user