c800638473
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
11 lines
248 B
Plaintext
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
|