mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
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:
parent
affb21c098
commit
50c5efe884
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue