73c4e795f3
Address E208 rule violation Change-Id: I9ab220b0b8cf52ec42d2b4f5097b8bdc9b8f6fc8 Upstream: https://ansible-lint.readthedocs.io/en/latest/default_rules.html#file-permissions-not-mentioned
18 lines
596 B
Plaintext
18 lines
596 B
Plaintext
exclude_paths:
|
|
- test-playbooks/ # TODO(ssbarnea): remove skip in follow-up
|
|
parseable: true
|
|
quiet: false
|
|
skip_list:
|
|
- '106' # Role name does not match ``^[a-z][a-z0-9_]+$`` pattern
|
|
- '204' # Lines should be no longer than 160 chars
|
|
# TODO(AJaeger): E208 gives false positives currently, we
|
|
# should enable it once all issues in zuul-jobs and
|
|
# ansible-lint are fixed.
|
|
- '301' # Commands should not change things if nothing needs doing
|
|
warn_list:
|
|
- '208' # File permissions not mentioned
|
|
rulesdir:
|
|
- ./.rules/
|
|
use_default_rules: true
|
|
verbosity: 1
|