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"] -}