|
14 | 14 | - ignore: {name: "Move guards forward"} # 4 hints |
15 | 15 | - ignore: {name: "Redundant $"} # 202 hints |
16 | 16 | - ignore: {name: "Redundant $!"} # 1 hint |
17 | | -- ignore: {name: "Redundant <$>"} # 18 hints |
18 | | -- ignore: {name: "Redundant bracket"} # 274 hints |
| 17 | +- ignore: {name: "Redundant <$>"} # 17 hints |
| 18 | +- ignore: {name: "Redundant bracket"} # 276 hints |
19 | 19 | - ignore: {name: "Redundant guard"} # 2 hints |
20 | 20 | - ignore: {name: "Redundant if"} # 6 hints |
21 | 21 | - ignore: {name: "Redundant lambda"} # 19 hints |
|
40 | 40 | - ignore: {name: "Use catMaybes"} # 4 hints |
41 | 41 | - ignore: {name: "Use concatMap"} # 2 hints |
42 | 42 | - ignore: {name: "Use const"} # 37 hints |
43 | | -- ignore: {name: "Use elem"} # 2 hints |
44 | 43 | - ignore: {name: "Use first"} # 5 hints |
45 | 44 | - ignore: {name: "Use fmap"} # 24 hints |
46 | 45 | - ignore: {name: "Use fold"} # 1 hint |
47 | 46 | - ignore: {name: "Use fromMaybe"} # 5 hints |
48 | 47 | - ignore: {name: "Use fst"} # 2 hints |
49 | | -- ignore: {name: "Use infix"} # 20 hints |
| 48 | +- ignore: {name: "Use infix"} # 27 hints |
50 | 49 | - ignore: {name: "Use lambda-case"} # 58 hints |
51 | 50 | - ignore: {name: "Use list comprehension"} # 19 hints |
52 | 51 | - ignore: {name: "Use list literal"} # 3 hints |
|
57 | 56 | - ignore: {name: "Use max"} # 2 hints |
58 | 57 | - ignore: {name: "Use maybe"} # 8 hints |
59 | 58 | - ignore: {name: "Use newtype instead of data"} # 31 hints |
60 | | -- ignore: {name: "Use notElem"} # 9 hints |
61 | 59 | - ignore: {name: "Use null"} # 2 hints |
62 | 60 | - ignore: {name: "Use record patterns"} # 16 hints |
63 | 61 | - ignore: {name: "Use replicateM_"} # 2 hints |
|
0 commit comments