browbeat/.ansible-lint
Masco Kaliyamoorthy 91101dbdc8 fix lint errors
Change-Id: Id857fc63f91d7673a5944637e821466e871990d3
2020-10-14 21:11:44 +05:30

22 lines
525 B
Plaintext

---
parseable: true
skip_list:
- '102'
- '106'
- '204' # [E204] Lines should be no longer than 120 chars
- '206' # [E206] Variables should have spaces before and after: {{ var_name }}
- '208' # [E208] File permission unset or incorrect
- '305'
- '306'
- '405'
- '403'
- '503' # [E503] Tasks that run when changed should likely be handlers
- '504'
- '602' # [E602] Don't compare to empty string
- ANSIBLE0006
- ANSIBLE0007
- ANSIBLE0012
exclude_paths:
- .zuul.yaml
use_default_rules: true