browbeat/.ansible-lint
Masco Kaliyamoorthy 8712f4c3be fix installation of virtualenv
Change-Id: I6a41410eba1a47f379e5c68f470261ca2639ac01
2020-04-29 05:58:46 +05:30

18 lines
440 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 }}
- '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