You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
641 B
17 lines
641 B
exclude_paths: |
|
- zuul.d/ |
|
- grafana/ |
|
- nodepool/ |
|
- ../../opendev |
|
parseable: true |
|
quiet: false |
|
skip_list: |
|
- '106' # Role name does not match ``^[a-z][a-z0-9_]+$`` pattern |
|
- '204' # [E204] Lines should be no longer than 120 chars |
|
# TODO(AJaeger): E208 gives false positives currently, we |
|
# should enable it once all issues in zuul-jobs and |
|
# ansible-lint are fixed. |
|
- '208' # File permissions not mentioned |
|
- '301' # [E301] Commands should not change things if nothing needs doing |
|
- '306' # [E306] Shells that use pipes should set the pipefail option |
|
verbosity: 1
|
|
|