|
1 | 1 | # Warnings currently triggered by your code
|
| 2 | +- ignore: {name: "Avoid NonEmpty.unzip"} # 1 hint |
2 | 3 | - ignore: {name: "Avoid lambda"} # 46 hints
|
3 | 4 | - ignore: {name: "Avoid lambda using `infix`"} # 22 hints
|
4 | 5 | - ignore: {name: "Eta reduce"} # 116 hints
|
5 | 6 | - ignore: {name: "Evaluate"} # 10 hints
|
6 |
| -- ignore: {name: "Functor law"} # 14 hints |
| 7 | +- ignore: {name: "Functor law"} # 10 hints |
7 | 8 | - ignore: {name: "Fuse concatMap/map"} # 3 hints
|
8 | 9 | - ignore: {name: "Fuse foldr/map"} # 3 hints
|
9 | 10 | - ignore: {name: "Fuse mapMaybe/map"} # 1 hint
|
| 11 | +- ignore: {name: "Fuse traverse_/fmap"} # 1 hint |
10 | 12 | - ignore: {name: "Fuse traverse_/map"} # 1 hint
|
11 | 13 | - ignore: {name: "Hoist not"} # 16 hints
|
12 | 14 | - ignore: {name: "Missing NOINLINE pragma"} # 1 hint
|
13 | 15 | - ignore: {name: "Monoid law, left identity"} # 3 hints
|
14 | 16 | - ignore: {name: "Monoid law, right identity"} # 3 hints
|
| 17 | +- ignore: {name: "Move filter"} # 4 hints |
15 | 18 | - ignore: {name: "Move guards forward"} # 4 hints
|
16 | 19 | - ignore: {name: "Redundant $"} # 175 hints
|
17 | 20 | - ignore: {name: "Redundant $!"} # 1 hint
|
18 |
| -- ignore: {name: "Redundant <$>"} # 7 hints |
| 21 | +- ignore: {name: "Redundant <$>"} # 16 hints |
19 | 22 | - ignore: {name: "Redundant =="} # 1 hint
|
20 | 23 | - ignore: {name: "Redundant bracket"} # 232 hints
|
| 24 | +- ignore: {name: "Redundant fmap"} # 1 hint |
21 | 25 | - ignore: {name: "Redundant guard"} # 2 hints
|
22 | 26 | - ignore: {name: "Redundant if"} # 3 hints
|
23 | 27 | - ignore: {name: "Redundant lambda"} # 19 hints
|
|
37 | 41 | - ignore: {name: "Use =="} # 3 hints
|
38 | 42 | - ignore: {name: "Use >=>"} # 3 hints
|
39 | 43 | - ignore: {name: "Use ?~"} # 1 hint
|
| 44 | +- ignore: {name: "Use Down"} # 3 hints |
40 | 45 | - ignore: {name: "Use Just"} # 2 hints
|
41 | 46 | - ignore: {name: "Use bimap"} # 7 hints
|
42 | 47 | - ignore: {name: "Use camelCase"} # 96 hints
|
|
65 | 70 | - ignore: {name: "Use list comprehension"} # 16 hints
|
66 | 71 | - ignore: {name: "Use list literal"} # 3 hints
|
67 | 72 | - ignore: {name: "Use list literal pattern"} # 11 hints
|
68 |
| -- ignore: {name: "Use map"} # 3 hints |
69 | 73 | - ignore: {name: "Use map once"} # 7 hints
|
| 74 | +- ignore: {name: "Use map with tuple-section"} # 3 hints |
70 | 75 | - ignore: {name: "Use mapMaybe"} # 13 hints
|
71 | 76 | - ignore: {name: "Use max"} # 1 hint
|
72 | 77 | - ignore: {name: "Use maybe"} # 8 hints
|
| 78 | +- ignore: {name: "Use minimumBy"} # 1 hint |
73 | 79 | - ignore: {name: "Use newtype instead of data"} # 26 hints
|
74 | 80 | - ignore: {name: "Use notElem"} # 8 hints
|
75 | 81 | - ignore: {name: "Use null"} # 2 hints
|
|
79 | 85 | - ignore: {name: "Use rights"} # 2 hints
|
80 | 86 | - ignore: {name: "Use second"} # 7 hints
|
81 | 87 | - ignore: {name: "Use section"} # 17 hints
|
82 |
| -- ignore: {name: "Use sortOn"} # 15 hints |
83 | 88 | - ignore: {name: "Use traverse"} # 1 hint
|
84 | 89 | - ignore: {name: "Use tuple-section"} # 28 hints
|
85 | 90 | - ignore: {name: "Use typeRep"} # 2 hints
|
|
0 commit comments