ansible-collection-prometheus/.config/ansible-lint.yml
SuperQ 50c5efe884
fix: Downgrade name[casing] to warning
Fix linting errors by downgrading the `name[casing]` check to warning.

Signed-off-by: SuperQ <superq@gmail.com>
2024-05-18 08:07:28 +02:00

7 lines
321 B
YAML

---
profile: production
warn_list:
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x
- name[casing] # https://github.com/ansible/ansible-lint/issues/4035#issuecomment-2116272270
skip_list:
- var-naming[no-role-prefix] # https://github.com/ansible/ansible-lint/pull/3422#issuecomment-1549584988