mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
50c5efe884
Fix linting errors by downgrading the `name[casing]` check to warning. Signed-off-by: SuperQ <superq@gmail.com>
7 lines
321 B
YAML
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
|