From ac3b52d89bf75d206e22f4a6c08b4ff99db8a7d5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jun 2025 14:01:50 -0700 Subject: [PATCH] Disable JSCPD entirely --- .github/workflows/linter.yml | 2 +- .jscpd.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .jscpd.json diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8f7d0ce..78e3996 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -55,4 +55,4 @@ jobs: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - JSCPD_CONFIG_FILE: .jscpd.json + VALIDATE_JSCPD: false diff --git a/.jscpd.json b/.jscpd.json deleted file mode 100644 index 0d56032..0000000 --- a/.jscpd.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "threshold": 2, - "ignore": ["spec/**"], - "reporters": ["threshold"] -}