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 c20f035 commit 6cc3651Copy full SHA for 6cc3651
.github/workflows/jscpd.json
@@ -2,8 +2,6 @@
2
"pattern": "packages/**/*.ts",
3
"ignore": ["**node_modules**", "**dist**"],
4
"gitignore": true,
5
- "threshold": 3.0,
6
- "minLines": 3,
7
- "output": "./",
8
- "reporters": ["json"]
+ "threshold": 2.75,
+ "minLines": 3
9
}
0 commit comments