753f6157f4
As a first step towards minimizing code duplication between the various upload-logs roles move the uplaod modules into a common role upload-logs-base. For easier review common code will be consolidated in a followup change. The google and s3 variant missed the unicode fix that swift log upload received. Add this to make to make the test cases work with the same fixtures. Change-Id: I2d4474ae1023c3f3e03faaa5b888e705ee2ed0bc
19 lines
632 B
Plaintext
19 lines
632 B
Plaintext
exclude_paths:
|
|
- test-playbooks/ # TODO(ssbarnea): remove skip in follow-up
|
|
parseable: true
|
|
quiet: false
|
|
skip_list:
|
|
- '106' # Role name does not match ``^[a-z][a-z0-9_]+$`` pattern
|
|
- '204' # Lines should be no longer than 160 chars
|
|
# TODO(AJaeger): E208 gives false positives currently, we
|
|
# should enable it once all issues in zuul-jobs and
|
|
# ansible-lint are fixed.
|
|
- '301' # Commands should not change things if nothing needs doing
|
|
- '701' # No 'galaxy_info' found
|
|
warn_list:
|
|
- '208' # File permissions not mentioned
|
|
rulesdir:
|
|
- ./.rules/
|
|
use_default_rules: true
|
|
verbosity: 1
|