From 78e6695782341eff4d2bcbbd5d1f60a90e87b4c7 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 19 Jun 2025 11:46:12 +0200 Subject: [PATCH] Add global yamllint config --- .config/yamllint/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/yamllint/config diff --git a/.config/yamllint/config b/.config/yamllint/config new file mode 100644 index 0000000..3557381 --- /dev/null +++ b/.config/yamllint/config @@ -0,0 +1,6 @@ +--- + +extends: default +rules: + document-start: disable + comments-indentation: disable