Skip to content

Commit afb574e

Browse files
committed
adjust threshold and minlines
1 parent dffe298 commit afb574e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jscpd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"pattern": "packages/**/*.ts",
33
"ignore": ["**node_modules**", "**dist**"],
44
"gitignore": true,
5-
"threshold": 1.34,
6-
"minLines": 15,
5+
"threshold": 50,
6+
"minLines": 5,
77
"output": "./",
88
"reporters": ["json"]
99
}

0 commit comments

Comments
 (0)