We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0df6d7 commit 8054027Copy full SHA for 8054027
1 file changed
.linters/.jscpd.json
@@ -1,5 +1,8 @@
1
{
2
"threshold": 1,
3
"noSymlinks": true,
4
- "ignore": ["**/thirdparty/**"]
+ "ignore": ["**/tests/**"],
5
+ "formatsExts": {
6
+ "haskell": ["idr"]
7
+ }
8
}
0 commit comments