mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 18:33:41 -05:00
27 lines
466 B
YAML
27 lines
466 B
YAML
---
|
|
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
|
|
exclude_paths:
|
|
- ../../.cache/
|
|
- .cache/
|
|
- .github/
|
|
- .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
|
|
- name[casing]
|
|
|
|
warn_list:
|
|
- experimental
|
|
- risky-file-permissions
|
|
- command-instead-of-module
|