From 503717555527df3b061758215b14822ec971cb70 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Tue, 26 Nov 2024 17:11:30 -0300 Subject: [PATCH] Add yamllint configuration file --- .yamllint.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .yamllint.yml diff --git a/.yamllint.yml b/.yamllint.yml new file mode 100644 index 0000000..53aaf85 --- /dev/null +++ b/.yamllint.yml @@ -0,0 +1,13 @@ +# https://github.com/adrienverge/yamllint + +extends: default +rules: + document-start: disable + colons: + max-spaces-before: 0 + max-spaces-after: -1 + indentation: + indent-sequences: whatever + line-length: + level: warning + max: 80