|
1 | 1 | # Warnings currently triggered by your code |
2 | 2 | - ignore: {name: "Avoid NonEmpty.unzip"} # 1 hint |
3 | | -- ignore: {name: "Avoid lambda"} # 49 hints |
4 | | -- ignore: {name: "Eta reduce"} # 139 hints |
| 3 | +- ignore: {name: "Avoid lambda"} # 54 hints |
| 4 | +- ignore: {name: "Eta reduce"} # 136 hints |
5 | 5 | - ignore: {name: "Hoist not"} # 16 hints |
6 | 6 | - ignore: {name: "Move filter"} # 4 hints |
7 | | -- ignore: {name: "Redundant $!"} # 1 hint |
8 | | -- ignore: {name: "Redundant bracket"} # 273 hints |
| 7 | +- ignore: {name: "Redundant $!"} # 3 hints |
| 8 | +- ignore: {name: "Redundant bracket"} # 253 hints |
9 | 9 | - ignore: {name: "Redundant guard"} # 1 hint |
10 | 10 | - ignore: {name: "Redundant if"} # 6 hints |
11 | 11 | - ignore: {name: "Redundant lambda"} # 16 hints |
12 | 12 | - ignore: {name: "Redundant multi-way if"} # 1 hint |
13 | | -- ignore: {name: "Redundant return"} # 9 hints |
| 13 | +- ignore: {name: "Redundant return"} # 7 hints |
14 | 14 | - ignore: {name: "Use $>"} # 5 hints |
15 | 15 | - ignore: {name: "Use ++"} # 4 hints |
16 | | -- ignore: {name: "Use :"} # 29 hints |
| 16 | +- ignore: {name: "Use :"} # 30 hints |
17 | 17 | - ignore: {name: "Use <$"} # 2 hints |
18 | | -- ignore: {name: "Use <$>"} # 82 hints |
| 18 | +- ignore: {name: "Use <$>"} # 83 hints |
19 | 19 | - ignore: {name: "Use <&>"} # 16 hints |
20 | 20 | - ignore: {name: "Use <=<"} # 4 hints |
21 | 21 | - ignore: {name: "Use =<<"} # 7 hints |
22 | 22 | - ignore: {name: "Use >=>"} # 3 hints |
23 | 23 | - ignore: {name: "Use Down"} # 3 hints |
24 | 24 | - ignore: {name: "Use bimap"} # 7 hints |
25 | | -- ignore: {name: "Use camelCase"} # 97 hints |
| 25 | +- ignore: {name: "Use camelCase"} # 96 hints |
26 | 26 | - ignore: {name: "Use const"} # 36 hints |
27 | 27 | - ignore: {name: "Use fst"} # 2 hints |
28 | | -- ignore: {name: "Use newtype instead of data"} # 31 hints |
| 28 | +- ignore: {name: "Use newtype instead of data"} # 32 hints |
29 | 29 | - ignore: {name: "Use null"} # 2 hints |
30 | | -- ignore: {name: "Use record patterns"} # 16 hints |
31 | | -- ignore: {name: "Use void"} # 23 hints |
| 30 | +- ignore: {name: "Use record patterns"} # 15 hints |
32 | 31 |
|
33 | 32 | - ignore: {name: "Functor law", within: [Test.Laws]} |
34 | 33 | - ignore: {name: "Monoid law, left identity", within: [Test.Laws, UnitTests.Distribution.Utils.NubList]} |
|
0 commit comments