browbeat/.ansible-lint
aakarshg 784ff736c7 new git mirror at cloud-bulldozer
As openstack/browbeat can no longer be kept in sync,
this would let replicating the git repo to cloud-bulldozer/browbeat

Change-Id: Ia6cbc928e5bcb011ffb496454fb6248b07839226
2019-06-06 20:12:57 +01:00

16 lines
420 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
exclude_paths:
- .zuul.yaml
use_default_rules: true