ed27a979d5
Follows the same configuration that was used on tripleo-quickstart-extras and documented use on tripleo-docs. Change-Id: Iba8a2db92137f9f6ad28f498627eb1b87039d99f Story: https://tree.taiga.io/project/tripleo-ci-board/task/381
19 lines
805 B
Plaintext
19 lines
805 B
Plaintext
exclude_paths:
|
|
- roles/validate-ui/.travis.yml
|
|
parseable: true
|
|
rulesdir:
|
|
- ./ci-scripts/ansible_rules/
|
|
quiet: false
|
|
skip_list:
|
|
- ANSIBLE0006 # Using command rather than module we have a few use cases
|
|
# where we need to use curl and rsync
|
|
- ANSIBLE0007 # Using command rather than an argument to e.g file
|
|
# we have a lot of 'rm' command and we should use file module instead
|
|
- ANSIBLE0010 # Package installs should not use latest.
|
|
# Sometimes we need to update some packages.
|
|
- ANSIBLE0012 # Commands should not change things if nothing needs doing
|
|
- ANSIBLE0013 # Use Shell only when shell functionality is required
|
|
- ANSIBLE0016 # Tasks that run when changed should likely be handlers
|
|
# this requires refactoring roles, skipping for now
|
|
verbosity: 1
|