Skip to content

Commit 6cc3651

Browse files
committed
adjust threshold
1 parent c20f035 commit 6cc3651

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/jscpd.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"pattern": "packages/**/*.ts",
33
"ignore": ["**node_modules**", "**dist**"],
44
"gitignore": true,
5-
"threshold": 3.0,
6-
"minLines": 3,
7-
"output": "./",
8-
"reporters": ["json"]
5+
"threshold": 2.75,
6+
"minLines": 3
97
}

0 commit comments

Comments
 (0)