openstack-zuul-jobs/.ansible-lint
Ian Wienand b98f4ded64 ansible-lint: add 204 rule
This rule is in zuul-jobs as well.

Change-Id: I5339665cf9a2c80473bb3413f099e2fe126ba1d8
2020-06-03 13:41:19 +10:00

13 lines
256 B
Plaintext

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
verbosity: 1