mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-17 09:23: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
|
||||
exclude_paths:
|
||||
- ../../.cache/
|
||||
- .cache/
|
||||
- .github/
|
||||
- ../../.cache/
|
||||
- .hooks/
|
||||
- .vscode/
|
||||
- archived_data/
|
||||
- galaxy-roles/
|
||||
|
||||
skip_list:
|
||||
- command-instead-of-shell
|
||||
- ignore-errors
|
||||
- meta-incorrect
|
||||
- meta-no-info
|
||||
- package-latest
|
||||
- role-name
|
||||
- unnamed-task
|
||||
- var-naming
|
||||
- command-instead-of-shell
|
||||
- meta-no-info
|
||||
- meta-incorrect
|
||||
- role-name
|
||||
- ignore-errors
|
||||
- package-latest
|
||||
|
||||
warn_list:
|
||||
- experimental
|
||||
|
||||
Reference in New Issue
Block a user