ansible-collection-prometheus/.config/ansible-lint.yml
gardar 6b410eba46
fix: don't require role name on internal vars
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-16 12:54:55 +00:00

6 lines
225 B
YAML

---
profile: production
warn_list:
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x
skip_list:
- var-naming[no-role-prefix] # https://github.com/ansible/ansible-lint/pull/3422#issuecomment-1549584988