diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-19 19:57:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-19 19:57:41 +0200 |
commit | b8d67eb548cd1cef058eb764aa5e7090e683b08a (patch) | |
tree | 8a60816ce2ea7f686fa2cc8f639d8d604a9a9af0 | |
parent | a347b7e08df174d10d2cdffc269f42a2a03490a2 (diff) |
Disable check for doc start
-rw-r--r-- | .yamllint | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ rules: comments-indentation: level: warning document-end: disable - document-start: - level: warning + document-start: disable empty-lines: enable empty-values: disable hyphens: enable |