Skip to content

Commit edc09f3

Browse files
committed
increase threshold
1 parent 9eacfb6 commit edc09f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"pattern": "packages/**/*.ts",
33
"ignore": ["**node_modules**", "**dist**"],
44
"gitignore": true,
5-
"threshold": 2.75,
5+
"threshold": 3.0,
66
"minLines": 3,
77
"output": "./",
88
"reporters": ["json"]

0 commit comments

Comments
 (0)