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