Files
product-demos/.ansible-lint
Matthew Fernandez 64f7c88114 Refactor pre commit (#237)
Wheee!
2025-05-06 14:24:25 -06:00

20 lines
544 B
Plaintext

---
profile: production
offline: true
skip_list:
- "galaxy[no-changelog]"
warn_list:
# seems to be a bug, see https://github.com/ansible/ansible-lint/issues/4172
- "fqcn[canonical]"
# @matferna: really not sure why lint thinks it can't find jmespath, it is installed and functional
- "jinja[invalid]"
exclude_paths:
# would be better to move the roles here to the top-level roles directory
- collections/ansible_collections/demo/compliance/roles/
- roles/redhatofficial.*
- .github/
- execution_environments/ee_contexts/