tenks/.ansible-lint

12 lines
364 B
Plaintext

skip_list:
# NOTE(yoctozepto): skip various fqcn and name checks for now to avoid unnecessary big style changes
- fqcn[action-core]
- fqcn[action]
- name[missing]
- name[template]
warn_list:
- no-changed-when
- experimental # all rules tagged as experimental
- jinja[invalid] # NOTE(yoctozepto): it tends to misbehave for no obvious good reason