Files
portfolio/enterprise-infra-simulator/.ansible-lint
T

21 lines
278 B
Plaintext
Raw Normal View History

---
# 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