b70cd77203
Fixed several skips on ansible-lint Change-Id: I7416332b67593d1cd6b3177333c8bf1055aa3456
16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
exclude_paths:
|
|
- roles/validate-ui/.travis.yml
|
|
# we don't want to see failures from sideloaded repos
|
|
- ../tripleo-upgrade/
|
|
parseable: true
|
|
quiet: false
|
|
skip_list:
|
|
# TODO(ssbarnea): Gradually remove these skips ASAP
|
|
- 204 # Lines should be no longer than 160 chars
|
|
- 302 # rm used in place of argument state=absent to file module
|
|
- 303 # sed used in place of template, replace or lineinfile module
|
|
- 602 # Don't compare to empty string
|
|
- 504 # Do not use 'local_action', use 'delegate_to: localhost'
|
|
- 701 # No 'galaxy_info' found
|
|
verbosity: 1
|