|
1 | 1 | # Warnings currently triggered by your code
|
2 | 2 | - ignore: {name: "Avoid NonEmpty.unzip"} # 1 hint
|
3 | 3 | - ignore: {name: "Avoid lambda"} # 47 hints
|
4 |
| -- ignore: {name: "Avoid lambda using `infix`"} # 22 hints |
| 4 | +- ignore: {name: "Avoid lambda using `infix`"} # 23 hints |
5 | 5 | - ignore: {name: "Eta reduce"} # 124 hints
|
6 | 6 | - ignore: {name: "Evaluate"} # 10 hints
|
7 | 7 | - ignore: {name: "Functor law"} # 10 hints
|
|
16 | 16 | - ignore: {name: "Monoid law, right identity"} # 3 hints
|
17 | 17 | - ignore: {name: "Move filter"} # 4 hints
|
18 | 18 | - ignore: {name: "Move guards forward"} # 4 hints
|
19 |
| -- ignore: {name: "Redundant $"} # 179 hints |
| 19 | +- ignore: {name: "Redundant $"} # 178 hints |
20 | 20 | - ignore: {name: "Redundant $!"} # 1 hint
|
21 | 21 | - ignore: {name: "Redundant <$>"} # 16 hints
|
22 | 22 | - ignore: {name: "Redundant =="} # 1 hint
|
23 |
| -- ignore: {name: "Redundant bracket"} # 239 hints |
| 23 | +- ignore: {name: "Redundant bracket"} # 240 hints |
24 | 24 | - ignore: {name: "Redundant fmap"} # 1 hint
|
25 | 25 | - ignore: {name: "Redundant guard"} # 2 hints
|
26 | 26 | - ignore: {name: "Redundant if"} # 6 hints
|
|
49 | 49 | - ignore: {name: "Use const"} # 36 hints
|
50 | 50 | - ignore: {name: "Use elem"} # 2 hints
|
51 | 51 | - ignore: {name: "Use first"} # 4 hints
|
52 |
| -- ignore: {name: "Use fmap"} # 26 hints |
| 52 | +- ignore: {name: "Use fmap"} # 25 hints |
53 | 53 | - ignore: {name: "Use fold"} # 1 hint
|
54 | 54 | - ignore: {name: "Use for"} # 1 hint
|
55 | 55 | - ignore: {name: "Use forM_"} # 1 hint
|
|
65 | 65 | - ignore: {name: "Use isNothing"} # 1 hint
|
66 | 66 | - ignore: {name: "Use lambda-case"} # 55 hints
|
67 | 67 | - ignore: {name: "Use lefts"} # 1 hint
|
68 |
| -- ignore: {name: "Use list comprehension"} # 18 hints |
| 68 | +- ignore: {name: "Use list comprehension"} # 19 hints |
69 | 69 | - ignore: {name: "Use list literal"} # 3 hints
|
70 | 70 | - ignore: {name: "Use list literal pattern"} # 11 hints
|
71 | 71 | - ignore: {name: "Use map once"} # 7 hints
|
|
0 commit comments