governance/.yamllint
Graham Hayes 69dcd77817
Update assignment script to output to projects.yaml file
Change-Id: I261d5bbb7d36308b7e460533dc2f20b2feeb19eb
Signed-off-by: Graham Hayes <gr@ham.ie>
2019-06-28 12:35:56 +01:00

9 lines
202 B
Plaintext

---
rules:
line-length:
# Allow some of our longer URLs
max: 95
allow-non-breakable-words: yes # Default
allow-non-breakable-inline-mappings: no # Default
truthy: disable