ansible-collection-core/.ansible-lint.yml
irl 5217ffad5b
Some checks failed
Ansible Lint Check / lint (push) Failing after 31s
lint: ansible-lint suggested updates
2025-11-01 15:07:36 +00:00

11 lines
540 B
YAML

---
exclude_paths:
- .ansible/
- .cache/
- .forgejo/
skip_list:
- package-latest # it would be lovely to pin versions and test before deployment but lack resources
- no-changed-when # TODO: remove this eventually, needs more thinking case by case
- risky-file-permissions # TODO: remove this eventually, needs more thinking case by case
- yaml[line-length] # TODO: remove this eventually, whitespace changes can cause unforseen problems
- galaxy[no-changelog] # TODO: remove this once we tag a release