ansible-lint: add 204 rule
This rule is in zuul-jobs as well. Change-Id: I5339665cf9a2c80473bb3413f099e2fe126ba1d8
This commit is contained in:
parent
a51191d986
commit
b98f4ded64
@ -1,9 +1,11 @@
|
|||||||
exclude_paths:
|
exclude_paths:
|
||||||
- playbooks/legacy
|
- playbooks/legacy
|
||||||
parseable: true
|
parseable: true
|
||||||
|
# [204] Lines < 160
|
||||||
# [301] Commands should not change things if nothing needs doing
|
# [301] Commands should not change things if nothing needs doing
|
||||||
# [306] shells with pipe should use pipe
|
# [306] shells with pipe should use pipe
|
||||||
skip_list:
|
skip_list:
|
||||||
|
- '204'
|
||||||
- '301'
|
- '301'
|
||||||
- '306'
|
- '306'
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
|
Loading…
Reference in New Issue
Block a user