zuul-jobs/.ansible-lint
Sorin Sbarnea 5e9f91764e Bump ansible-lint to 4.3.0
- Bumps linter and make use of its auto-detection
- Temporary skips linting test-playbooks/ to match previous behavior
- Documents skips in a way that makes it easy to maintain the rules
- Keeps linter config in standard location, so it can be loaded
  regardless how is called.

Change-Id: Ic379c91fa9385473f6ec2af91e61953dc10c1f54
2020-05-28 16:48:14 +01:00

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