Merge pull request #363 from prometheus-community/superq/warn_casing

fix: Downgrade name[casing] to warning
This commit is contained in:
gardar 2024-05-24 20:53:53 +00:00 committed by GitHub
commit 7a44d14716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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