mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
ansible-lint: Add paths and files to exclude list.
Some YAML files used in the project are not Ansible playbooks and should not be evaluated by ansible-lint. This change add the paths and files that should not be evaluated to an exclude list, that affects linter operations in CI and pre-commit scripts.
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
exclude_paths:
|
exclude_paths:
|
||||||
- roles
|
- .ansible-freeipa-tests/
|
||||||
- .tox
|
- .cache/
|
||||||
- .venv
|
- .github/
|
||||||
|
- .pre-commit-config.yaml
|
||||||
|
- .tox/
|
||||||
|
- .venv/
|
||||||
|
- .yamllint
|
||||||
|
- molecule/
|
||||||
|
- tests/azure/
|
||||||
|
|
||||||
|
|
||||||
parseable: true
|
parseable: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user