We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159bfeb commit 0b24816Copy full SHA for 0b24816
1 file changed
.github/linters/.jscpd.json
@@ -1,3 +1,7 @@
1
{
2
- "threshold": 7
+ "threshold": 7,
3
+ "ignore": [
4
+ "g2_tools/**",
5
+ "sz_tools/**"
6
+ ]
7
}
0 commit comments