fix: Downgrade name[casing] to warning

Fix linting errors by downgrading the `name[casing]` check to warning.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-05-18 08:07:28 +02:00
parent affb21c098
commit 50c5efe884
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -2,5 +2,6 @@
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