From 04c778b7fcbf84cbf966c0754b7e0b8bd48f182d Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Sun, 20 Nov 2022 22:32:37 -0800 Subject: [PATCH] File Glob not having the effect expected --- .codacy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codacy.yaml b/.codacy.yaml index 0fe4232913..bb6afd620a 100644 --- a/.codacy.yaml +++ b/.codacy.yaml @@ -3,8 +3,8 @@ engines: duplication: minTokenMatch: 80 exclude_paths: - - "./spec/fixtures/**" - - "./packages/*/spec/fixtures/**" + - "spec/fixtures/**" + - "packages/*/spec/fixtures/**" # Since Codacy exposes significantly little on the config. # We can use the rest of this document to solidify our settings.