From b680cfd80563274694f457c63076383d41659ed5 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:15:29 -0800 Subject: [PATCH] Update .yamllint.yaml --- .yamllint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yamllint.yaml b/.yamllint.yaml index cba1da5947c..3d3a435dd7f 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -8,7 +8,7 @@ yaml-files: ignore: - depricated/ - - '*.codeclimate.yml' + - ./*.codeclimate.yml rules: anchors: enable @@ -35,6 +35,6 @@ rules: quoted-strings: disable trailing-spaces: ignore: - - '*.codeclimate.yml' + - ./.codeclimate.yml truthy: level: warning