openstack-zuul-jobs/.ansible-lint
Monty Taylor 9a49d142b2 Use a fake zuul_return and 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 to fake out ansible-lint.

Change-Id: I40291d4e861fe9e6e3341b075ab7d6c9f5315275
2020-03-12 07:29:39 +00:00

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