|
24 | 24 | - ignore: {name: "Redundant guard"} # 2 hints
|
25 | 25 | - ignore: {name: "Redundant if"} # 6 hints
|
26 | 26 | - ignore: {name: "Redundant lambda"} # 19 hints
|
| 27 | +- ignore: {name: "Redundant maybe"} # 2 hints |
27 | 28 | - ignore: {name: "Redundant multi-way if"} # 1 hint
|
28 | 29 | - ignore: {name: "Redundant return"} # 9 hints
|
29 |
| -- ignore: {name: "Replace case with fromMaybe"} # 6 hints |
30 |
| -- ignore: {name: "Replace case with maybe"} # 11 hints |
| 30 | +- ignore: {name: "Replace case with fromMaybe"} # 4 hints |
| 31 | +- ignore: {name: "Replace case with maybe"} # 10 hints |
31 | 32 | - ignore: {name: "Use $>"} # 5 hints
|
32 | 33 | - ignore: {name: "Use ++"} # 4 hints
|
33 | 34 | - ignore: {name: "Use :"} # 28 hints
|
|
40 | 41 | - ignore: {name: "Use >=>"} # 3 hints
|
41 | 42 | - ignore: {name: "Use ?~"} # 1 hint
|
42 | 43 | - ignore: {name: "Use Down"} # 3 hints
|
43 |
| -- ignore: {name: "Use Just"} # 2 hints |
44 | 44 | - ignore: {name: "Use bimap"} # 7 hints
|
45 | 45 | - ignore: {name: "Use camelCase"} # 94 hints
|
46 | 46 | - ignore: {name: "Use catMaybes"} # 3 hints
|
|
55 | 55 | - ignore: {name: "Use fromMaybe"} # 5 hints
|
56 | 56 | - ignore: {name: "Use fromRight"} # 1 hint
|
57 | 57 | - ignore: {name: "Use fst"} # 2 hints
|
58 |
| -- ignore: {name: "Use if"} # 2 hints |
59 | 58 | - ignore: {name: "Use infix"} # 20 hints
|
60 | 59 | - ignore: {name: "Use isAsciiLower"} # 2 hints
|
61 | 60 | - ignore: {name: "Use isAsciiUpper"} # 2 hints
|
|
0 commit comments