From e846a69080dd45d7788da1a167351c403db14a74 Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Tue, 18 Jun 2024 17:10:13 -0600 Subject: [PATCH] Update linter configuration (#47) --- .yamllint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.yamllint b/.yamllint index 73ed601..9b59234 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,9 @@ --- extends: default +ignore: + - '.cache/' + rules: comments-indentation: false comments: @@ -15,3 +18,4 @@ rules: truthy: disable octal-values: forbid-implicit-octal: true + forbid-explicit-octal: true