1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
ansible_role_base/.yamllint
L3D 2814ffcfee
resolve yamllint
- add yamllint
- remove travis
- cleanup
2021-01-18 10:47:52 +01:00

8 lines
143 B
Text

---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning