-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathelm-analyse.json
More file actions
37 lines (30 loc) · 950 Bytes
/
elm-analyse.json
File metadata and controls
37 lines (30 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"checks" : {
"BooleanCase": false,
"DebugLog" : true,
"DebugTodo" : true,
"DropConcatOfLists": true,
"DropConsOfItemAndList": true,
"NoUncurriedPrefix": true,
"ExposeAll" : false,
"MapNothingToNothing" : false,
"MultiLineRecordFormatting" : true,
"SingleFieldRecord" : true,
"UnnecessaryListConcat": true,
"UnnecessaryPortModule": true,
"UnusedImport": true,
"UnusedImportAlias": true,
"UnusedImportedVariable": true,
"UnusedPatternVariable" : false,
"UnnecessaryParens" : true,
"UnusedTopLevel": true,
"UnusedTypeAlias": true,
"UnusedValueConstructor": true,
"UnusedVariable": true,
"UseConsOverConcat" : false,
"MissingTypeAnnotation": true
},
"TriggerWords" : {
"words" : [ "TODO", "ToDo", "todo", "FIXME", "FixMe", "fixme" ]
}
}