tripleo-quickstart-extras/.ansible-lint

18 lines
695 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
- 206 # Variables should have spaces before and after: {{ var_name }}
- 303 # sed used in place of template, replace or lineinfile module
- 504 # Do not use 'local_action', use 'delegate_to: localhost'
- 601 # Don't compare to literal True/False
- 602 # Don't compare to empty string
- 701 # No 'galaxy_info' found
- 703 # Should change default metadata: author
verbosity: 1