19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
# Vim filetype=yaml
|
|
---
|
|
offline: false
|
|
#requirements: ansible/execution_environment/requirements.yml
|
|
|
|
exclude_paths:
|
|
- .cache/
|
|
- .github/
|
|
- charts/
|
|
- common/
|
|
- tests/
|
|
|
|
# warn_list:
|
|
# - yaml
|
|
# - schema
|
|
# - experimental
|
|
# - risky-file-permissions
|
|
# - var-spacing
|