37109c55aa
This reverts commit ac93fbbb47
.
Reason for revert: breaks default install path for quickstart
Change-Id: I7d513d1bffdfd4293f199c38216ceb00343e06c5
20 lines
833 B
Plaintext
20 lines
833 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
|
|
- 208 # [E208] File permissions unset or incorrect
|
|
- 106 # [E106] Role name {} does not match ^[a-z][a-z0-9_]+$ pattern
|
|
- 207 # [E207] Nested jinja pattern
|
|
- 306 # [E306] Shells that use pipes should set the pipefail option
|
|
verbosity: 1
|