browbeat/.ansible-lint
agopi 6afbfc7c3f re-enabling ansible-lint rules 102 and 601
Change-Id: Ib4c31055f3243b168d943948a6ec3e6c2739f93f
2019-03-15 13:37:00 +00:00

14 lines
390 B
Plaintext

---
parseable: true
skip_list:
- '204' # [E204] Lines should be no longer than 120 chars
- '206' # [E206] Variables should have spaces before and after: {{ var_name }}
- '405'
- '503' # [E503] Tasks that run when changed should likely be handlers
- '504'
- '602' # [E602] Don't compare to empty string
- ANSIBLE0006
- ANSIBLE0007
- ANSIBLE0012
use_default_rules: true