mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
8734f607db
Signed-off-by: gardar <gardar@users.noreply.github.com>
8 lines
393 B
YAML
8 lines
393 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:
|
|
- role-name # Allow underscore prefix in role name for internal role
|
|
- var-naming[no-role-prefix] # https://github.com/ansible/ansible-lint/pull/3422#issuecomment-1549584988
|