mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +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:
|
||||
- roles
|
||||
- .tox
|
||||
- .venv
|
||||
- .ansible-freeipa-tests/
|
||||
- .cache/
|
||||
- .github/
|
||||
- .pre-commit-config.yaml
|
||||
- .tox/
|
||||
- .venv/
|
||||
- .yamllint
|
||||
- molecule/
|
||||
- tests/azure/
|
||||
|
||||
|
||||
parseable: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user