1c6b947bf2
- Fixes 206 errors and removed the skip. - Also replaces revision with latest tag (pushed today) Bug: https://bugs.launchpad.net/tripleo/+bug/1848512 Change-Id: I69d75ba9de8ab0e91eb45fd4f9febfdb28cdcb3a
17 lines
620 B
Plaintext
17 lines
620 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
|
|
- 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
|