mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +00:00
Disable JSCPD entirely
This commit is contained in:
parent
bfd951f555
commit
ac3b52d89b
2 changed files with 1 additions and 6 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
|
@ -55,4 +55,4 @@ jobs:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
JSCPD_CONFIG_FILE: .jscpd.json
|
VALIDATE_JSCPD: false
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"threshold": 2,
|
|
||||||
"ignore": ["spec/**"],
|
|
||||||
"reporters": ["threshold"]
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue