|
| 1 | +# Warnings currently triggered by your code |
| 2 | +- ignore: {name: "Eta reduce"} # 8 hints |
| 3 | +- ignore: {name: "Evaluate"} # 4 hints |
| 4 | +- ignore: {name: "Fuse mapM/map"} # 1 hint |
| 5 | +- ignore: {name: "Move brackets to avoid $"} # 2 hints |
| 6 | +- ignore: {name: "Redundant $"} # 4 hints |
| 7 | +- ignore: {name: "Redundant <$>"} # 1 hint |
| 8 | +- ignore: {name: "Redundant bracket"} # 23 hints |
| 9 | +- ignore: {name: "Redundant lambda"} # 2 hints |
| 10 | +- ignore: {name: "Redundant return"} # 3 hints |
| 11 | +- ignore: {name: "Unused LANGUAGE pragma"} # 33 hints |
| 12 | +- ignore: {name: "Use $>"} # 1 hint |
| 13 | +- ignore: {name: "Use <$>"} # 4 hints |
| 14 | +- ignore: {name: "Use camelCase"} # 4 hints |
| 15 | +- ignore: {name: "Use elemIndex"} # 1 hint |
| 16 | +- ignore: {name: "Use exitSuccess"} # 2 hints |
| 17 | +- ignore: {name: "Use fewer LANGUAGE pragmas"} # 5 hints |
| 18 | +- ignore: {name: "Use fewer imports"} # 1 hint |
| 19 | +- ignore: {name: "Use handle"} # 1 hint |
| 20 | +- ignore: {name: "Use list comprehension"} # 1 hint |
| 21 | +- ignore: {name: "Use mapMaybe"} # 2 hints |
| 22 | +- ignore: {name: "Use maybeToList"} # 1 hint |
| 23 | +- ignore: {name: "Use newtype instead of data"} # 10 hints |
| 24 | +- ignore: {name: "Use null"} # 1 hint |
| 25 | +- ignore: {name: "Use optional"} # 1 hint |
| 26 | +- ignore: {name: "Use or"} # 1 hint |
| 27 | +- ignore: {name: "Use print"} # 5 hints |
| 28 | +- ignore: {name: "Use record patterns"} # 1 hint |
| 29 | +- ignore: {name: "Use uncurry"} # 2 hints |
| 30 | +- ignore: {name: "Use unless"} # 2 hints |
0 commit comments