Skip to content

Commit 8054027

Browse files
committed
[ lint ] Use Haskell grammar for Idris files in JSCPD
1 parent f0df6d7 commit 8054027

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.linters/.jscpd.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"threshold": 1,
33
"noSymlinks": true,
4-
"ignore": ["**/thirdparty/**"]
4+
"ignore": ["**/tests/**"],
5+
"formatsExts": {
6+
"haskell": ["idr"]
7+
}
58
}

0 commit comments

Comments
 (0)