21 lines
278 B
Plaintext
21 lines
278 B
Plaintext
|
|
---
|
||
|
|
# Ansible-lint configuration
|
||
|
|
#extends: default
|
||
|
|
|
||
|
|
skip_list:
|
||
|
|
- 'role-name'
|
||
|
|
- 'name[casing]'
|
||
|
|
- 'line-too-long'
|
||
|
|
|
||
|
|
# Ignore these rules
|
||
|
|
exclude_paths:
|
||
|
|
- .git
|
||
|
|
- .github
|
||
|
|
- molecule/default/tests/
|
||
|
|
|
||
|
|
# Custom rules
|
||
|
|
#rules:
|
||
|
|
# line-length:
|
||
|
|
# max: 160
|
||
|
|
# level: warning
|