Browse Source

disable warning about missing document start in yamllint

Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
pull/8802/head
Michal Wasilewski 3 years ago
parent
commit
b0f08f7adb
No known key found for this signature in database
GPG Key ID: 9C9AAD795F94409B
  1. 1
      .yamllint

1
.yamllint

@ -11,6 +11,7 @@ rules:
commas: disable
comments: disable
comments-indentation: disable
document-start: disable
indentation:
spaces: consistent
line-length: disable

Loading…
Cancel
Save