browbeat/ansible/.ansible-lint
agopi fcd0d7ed05 Moving ansible-lint rules to .ansible-lint.
Temporarily skipping rules 201,204,405,504,601 and 602.
This is to clear the gate and allow for merges.

Change-Id: I140dad80b61014a5b9ef43dbaa7d6ddd99b813d7
2019-01-18 15:31:07 +00:00

16 lines
251 B
Plaintext

exclude_paths:
- ./gather/
parseable: true
quiet: true
skip_list:
- skip_ansible_lint
- '204'
- '206'
- '405'
- '504'
- '601'
- '602'
- ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016,ANSIBLE0019
use_default_rules: true
verbosity: 1