tl-infrastructure/.ansible-lint

12 lines
220 B
Plaintext
Raw Permalink Normal View History

2022-11-11 03:46:16 +00:00
---
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: