From 7f4445ce042f46424930bdf66a4c9d59d4738449 Mon Sep 17 00:00:00 2001 From: Chris Clearwater Date: Thu, 1 Feb 2024 18:00:53 -0800 Subject: [PATCH] --- .trunk/configs/.yamllint.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .trunk/configs/.yamllint.yaml diff --git a/.trunk/configs/.yamllint.yaml b/.trunk/configs/.yamllint.yaml deleted file mode 100644 index 4d444662..00000000 --- a/.trunk/configs/.yamllint.yaml +++ /dev/null @@ -1,10 +0,0 @@ -rules: - quoted-strings: - required: only-when-needed - extra-allowed: ["{|}"] - empty-values: - forbid-in-block-mappings: true - forbid-in-flow-mappings: true - key-duplicates: {} - octal-values: - forbid-implicit-octal: true