project-config/.ansible-lint

13 lines
350 B
Plaintext

exclude_paths:
- zuul.d/
- grafana/
- nodepool/
- ../../opendev
parseable: true
quiet: false
skip_list:
- '204' # [E204] Lines should be no longer than 120 chars
- '301' # [E301] Commands should not change things if nothing needs doing
- '306' # [E306] Shells that use pipes should set the pipefail option
verbosity: 1