From 15cc2849782547c0e6c4519014b2c4445852b7a0 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Wed, 29 Mar 2023 14:14:28 +0200 Subject: [PATCH] Part of previous commit Signed-off-by: Mauro Morales --- .yamllint | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..242569f --- /dev/null +++ b/.yamllint @@ -0,0 +1,21 @@ +extends: default + +rules: + # 80 chars should be enough, but don't fail if a line is longer + line-length: + max: 150 + level: warning + + # accept both key: + # - item + # + # and key: + # - item + indentation: + indent-sequences: whatever + + truthy: + check-keys: false + + document-start: + present: false \ No newline at end of file