From 0ecaf7a297bc332fcb277863771a8da53c7f30ff Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 2 Feb 2021 19:21:27 +0800 Subject: Fix .yamllint The yamllint config file was incorrect. --- .yamllint | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.yamllint') diff --git a/.yamllint b/.yamllint index 27f0e2a5..38c68baf 100644 --- a/.yamllint +++ b/.yamllint @@ -1,2 +1,5 @@ -document-start: disable -line-length: disable +extends: default + +rules: + document-start: disable + line-length: disable -- cgit v1.2.3