infrastructure/yamllint.yml

11 lines
127 B
YAML
Raw Normal View History

2019-12-08 11:58:43 +00:00
extends: default
2020-03-02 19:46:20 +00:00
ignore: |
galaxy_roles
2019-12-08 11:58:43 +00:00
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