tl-infrastructure/.ansible-lint

12 lines
220 B
YAML

---
skip_list:
# Don't complain about line length
- yaml[line-length]
# Don't complain about too many spaces in braces
- yaml[braces]
# Don't complain about truthy values
- yaml[truthy]
# vim: set ft=yaml: