zuul-jobs/.ansible-lint
Monty Taylor c800638473 Use a zuul_* and add an .ansible-lint file
ansible-lint now supports settings in a file, including exclude_paths.
This lets us simplfy the ansible-lint command. Also, stop installing
zuul and just use a fake zuul_return and zuul_console
to fake out ansible-lint.

Change-Id: I1482a9ab915cec2d45695b60cdbeb93d58cb392c
2020-03-13 20:26:06 +01:00

11 lines
248 B
Plaintext

exclude_paths:
- playbooks/legacy
parseable: true
# [ANSIBLE0012] Commands should not change things if nothing needs doing
# [204] Lines should be no longer than 160 chars
skip_list:
- ANSIBLE0012
- '204'
use_default_rules: true
verbosity: 1