Disable JSCPD entirely

This commit is contained in:
Sami Samhuri 2025-06-08 14:01:50 -07:00
parent bfd951f555
commit ac3b52d89b
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
{
"threshold": 2,
"ignore": ["spec/**"],
"reporters": ["threshold"]
}