mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
10 lines
345 B
Plaintext
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
|