From 5b323cc761167906d0dac1607b49489c2cffdb55 Mon Sep 17 00:00:00 2001 From: Cody Kaup Date: Wed, 16 Oct 2024 16:13:24 -0500 Subject: [PATCH] Ignore duplication in story files --- .codacy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codacy.yaml b/.codacy.yaml index e9a9282ec..b8f9243a1 100644 --- a/.codacy.yaml +++ b/.codacy.yaml @@ -8,3 +8,5 @@ engines: exclude_paths: - '**/*.test.js' - '**/*.test.ts' + - '**/*.stories.js' + - '**/*.stories.ts'