2017-07-30 11:36:33 -04:00
|
|
|
---
|
|
|
|
|
# https://yamllint.readthedocs.io/en/latest/configuration.html
|
2019-01-10 09:43:08 +01:00
|
|
|
extends: default
|
2017-07-30 11:36:33 -04:00
|
|
|
rules:
|
2019-01-10 09:43:08 +01:00
|
|
|
comments: disable
|
|
|
|
|
comments-indentation: disable
|
2017-07-30 11:36:33 -04:00
|
|
|
document-start: disable
|
2019-01-10 09:43:08 +01:00
|
|
|
empty-lines: {max: 2, max-start: 2, max-end: 2}
|
|
|
|
|
indentation: disable
|
|
|
|
|
line-length: disable
|
|
|
|
|
new-line-at-end-of-file: disable
|
|
|
|
|
trailing-spaces: disable
|