From 1cccef596b070aea856cd78d6c5d3ed06c602e45 Mon Sep 17 00:00:00 2001 From: Gary H <26419401+Gary-H9@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:04:58 +0000 Subject: [PATCH] :wrench: Add .yamllint --- .yamllint | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..0db05bb --- /dev/null +++ b/.yamllint @@ -0,0 +1,9 @@ +--- +extends: default + +rules: + comments: disable + line-length: + level: warning + allow-non-breakable-inline-mappings: true + truthy: disable