15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
|
|
---
|
||
|
|
# Ansible-lint configuration
|
||
|
|
|
||
|
|
skip_list:
|
||
|
|
- 'role-name'
|
||
|
|
- 'name[casing]'
|
||
|
|
- 'line-too-long'
|
||
|
|
|
||
|
|
exclude_paths:
|
||
|
|
- .git
|
||
|
|
- .gitea
|
||
|
|
- molecule/
|
||
|
|
- molecule/default/tests/
|
||
|
|
- scenarios/
|