
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 to fake out ansible-lint. Change-Id: I40291d4e861fe9e6e3341b075ab7d6c9f5315275
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
exclude_paths:
|
|
- playbooks/legacy
|
|
parseable: true
|
|
# [301] Commands should not change things if nothing needs doing
|
|
# [306] shells with pipe should use pipe
|
|
skip_list:
|
|
- '301'
|
|
- '306'
|
|
use_default_rules: true
|
|
verbosity: 1
|