From a09ddbce294b2cef47fc511df64f85d5c962659b Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 22 Apr 2021 09:30:27 +0200 Subject: [PATCH] add .yammlint --- .yamllint | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..c311c97 --- /dev/null +++ b/.yamllint @@ -0,0 +1,11 @@ +--- +extends: default + +rules: + # 80 chars should be enough, but don't fail if a line is longer + line-length: + max: 80 + level: warning + allow-non-breakable-words: true + comments: + min-spaces-from-content: 1