mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
12 lines
491 B
Plaintext
12 lines
491 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'
|
|
- role-name[path] # Avoid using paths when importing roles
|
|
- yaml[comments-indentation] # Comment not indented like content
|
|
- yaml[brackets] # Too many spaces inside brackets
|
|
- package-latest # Package installs should not use latest
|
|
- jinja[spacing] # Jinja2 spacing could be improved
|