mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-18 20:43:43 +03:00
chore(ansible): exclude collections from ansible-lint
This commit is contained in:
parent
ba1eb2bc79
commit
a3f0aab6f4
|
@ -4,6 +4,10 @@
|
||||||
# https://ansible-lint.readthedocs.io/profiles/
|
# https://ansible-lint.readthedocs.io/profiles/
|
||||||
profile: production
|
profile: production
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- .cache/
|
||||||
|
- collections/
|
||||||
|
|
||||||
# Ansible-lint does not fail on warnings from the rules or tags listed below
|
# Ansible-lint does not fail on warnings from the rules or tags listed below
|
||||||
warn_list:
|
warn_list:
|
||||||
- galaxy[version-incorrect]
|
- galaxy[version-incorrect]
|
||||||
|
|
Loading…
Reference in a new issue