mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
Don't lint galaxy-roles
This commit is contained in:
@@ -1,22 +1,23 @@
|
|||||||
---
|
---
|
||||||
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
|
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
|
- ../../.cache/
|
||||||
- .cache/
|
- .cache/
|
||||||
- .github/
|
- .github/
|
||||||
- ../../.cache/
|
|
||||||
- .hooks/
|
- .hooks/
|
||||||
- .vscode/
|
- .vscode/
|
||||||
- archived_data/
|
- archived_data/
|
||||||
|
- galaxy-roles/
|
||||||
|
|
||||||
skip_list:
|
skip_list:
|
||||||
|
- command-instead-of-shell
|
||||||
|
- ignore-errors
|
||||||
|
- meta-incorrect
|
||||||
|
- meta-no-info
|
||||||
|
- package-latest
|
||||||
|
- role-name
|
||||||
- unnamed-task
|
- unnamed-task
|
||||||
- var-naming
|
- var-naming
|
||||||
- command-instead-of-shell
|
|
||||||
- meta-no-info
|
|
||||||
- meta-incorrect
|
|
||||||
- role-name
|
|
||||||
- ignore-errors
|
|
||||||
- package-latest
|
|
||||||
|
|
||||||
warn_list:
|
warn_list:
|
||||||
- experimental
|
- experimental
|
||||||
|
|||||||
Reference in New Issue
Block a user