ansible-lint: add 204 rule

This rule is in zuul-jobs as well.

Change-Id: I5339665cf9a2c80473bb3413f099e2fe126ba1d8
This commit is contained in:
Ian Wienand 2020-06-03 13:41:19 +10:00
parent a51191d986
commit b98f4ded64

View File

@ -1,9 +1,11 @@
exclude_paths:
- playbooks/legacy
parseable: true
# [204] Lines < 160
# [301] Commands should not change things if nothing needs doing
# [306] shells with pipe should use pipe
skip_list:
- '204'
- '301'
- '306'
use_default_rules: true