Files
oam/.ansible-lint

10 lines
345 B
Plaintext

---
# https://ansible.readthedocs.io/projects/lint/configuring/#ansible-lint-configuration
offline: true
warn_list:
- name[template] # Jinja templates should only be at the end of 'name' -- oh come on!
- role-name[path] # Avoid using paths when importing roles -- yeah, need for testing
- yaml[comments-indentation]
- package-latest