infrastructure/yamllint.yml

8 lines
101 B
YAML
Raw Normal View History

2019-12-08 11:58:43 +00:00
extends: default
rules:
document-start: "disable"
2019-12-08 12:07:57 +00:00
truthy: "disable"
2019-12-08 11:58:43 +00:00
line-length:
max: 150