ansible-collection-prometheus/.config/ansible-lint.yml
gardar 8734f607db
enhancement: add role for common tasks
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-10-15 16:50:28 +00:00

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