|
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 |
|
48 | 48 | - ignore: {name: "Use concatMap"} # 2 hints |
49 | 49 | - ignore: {name: "Use const"} # 36 hints |
50 | 50 | - ignore: {name: "Use elem"} # 2 hints |
51 | | -- ignore: {name: "Use fewer imports"} # 13 hints |
52 | 51 | - ignore: {name: "Use first"} # 4 hints |
53 | | -- ignore: {name: "Use fmap"} # 26 hints |
| 52 | +- ignore: {name: "Use fmap"} # 25 hints |
54 | 53 | - ignore: {name: "Use fold"} # 1 hint |
55 | 54 | - ignore: {name: "Use for"} # 1 hint |
56 | 55 | - ignore: {name: "Use forM_"} # 1 hint |
|
66 | 65 | - ignore: {name: "Use isNothing"} # 1 hint |
67 | 66 | - ignore: {name: "Use lambda-case"} # 55 hints |
68 | 67 | - ignore: {name: "Use lefts"} # 1 hint |
69 | | -- ignore: {name: "Use list comprehension"} # 18 hints |
| 68 | +- ignore: {name: "Use list comprehension"} # 19 hints |
70 | 69 | - ignore: {name: "Use list literal"} # 3 hints |
71 | 70 | - ignore: {name: "Use list literal pattern"} # 11 hints |
72 | 71 | - ignore: {name: "Use map once"} # 7 hints |
|
95 | 94 |
|
96 | 95 | - arguments: |
97 | 96 | - --ignore-glob=Cabal-syntax/src/Distribution/Fields/Lexer.hs |
| 97 | + - --ignore-glob=Cabal-tests/tests/custom-setup/CabalDoctestSetup.hs |
| 98 | + - --ignore-glob=Cabal-tests/tests/custom-setup/IdrisSetup.hs |
98 | 99 | - --ignore-glob=cabal-testsuite/PackageTests/BuildWays/q/app/Main.hs |
99 | 100 | - --ignore-glob=cabal-testsuite/PackageTests/CmmSources/src/Demo.hs |
100 | 101 | - --ignore-glob=cabal-testsuite/PackageTests/CmmSourcesDyn/src/Demo.hs |
|
0 commit comments