zuul-jobs/.ansible-lint

12 lines
304 B
Plaintext

exclude_paths:
- test-playbooks/ # TODO(ssbarnea): remove skip in follow-up
parseable: true
quiet: false
skip_list:
- '204' # Lines should be no longer than 160 chars
- '301' # Commands should not change things if nothing needs doing
rulesdir:
- ./.rules/
use_default_rules: true
verbosity: 1