We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffe298 commit afb574eCopy full SHA for afb574e
.github/workflows/jscpd.json
@@ -2,8 +2,8 @@
2
"pattern": "packages/**/*.ts",
3
"ignore": ["**node_modules**", "**dist**"],
4
"gitignore": true,
5
- "threshold": 1.34,
6
- "minLines": 15,
+ "threshold": 50,
+ "minLines": 5,
7
"output": "./",
8
"reporters": ["json"]
9
}
0 commit comments