mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
cln: hlint: Remove miscellaneous hlint warnings which are no longer tripped.
This commit is contained in:
parent
3431b1b0d9
commit
82872d261a
@ -11,7 +11,6 @@
|
||||
- ignore: {name: "Use list literal"}
|
||||
- ignore: {name: "Move brackets to avoid $"}
|
||||
- ignore: {name: "Redundant $"}
|
||||
- ignore: {name: "Redundant multi-way if"}
|
||||
- ignore: {name: "Use notElem"}
|
||||
- ignore: {name: "Use <$>"}
|
||||
- ignore: {name: "Redundant bracket"}
|
||||
@ -23,9 +22,6 @@
|
||||
- ignore: {name: "Use /="}
|
||||
- ignore: {name: "Use =<<"}
|
||||
- ignore: {name: "Use fmap"}
|
||||
- ignore: {name: "Use curry"}
|
||||
- ignore: {name: "Redundant uncurry"}
|
||||
- ignore: {name: "Redundant fromIntegral"}
|
||||
- ignore: {name: "Use <&>"}
|
||||
- ignore: {name: "Use sortOn"}
|
||||
- ignore: {name: "Use camelCase"}
|
||||
@ -38,15 +34,12 @@
|
||||
- ignore: {name: "Use tuple-section"}
|
||||
- ignore: {name: "Use section"}
|
||||
- ignore: {name: "Use maybe"}
|
||||
- ignore: {name: "Redundant bang pattern"}
|
||||
- ignore: {name: "Replace case with maybe"}
|
||||
- ignore: {name: "Avoid lambda using `infix`"}
|
||||
- ignore: {name: "Use zip"}
|
||||
- ignore: {name: "Functor law"}
|
||||
- ignore: {name: "Missing NOINLINE pragma"}
|
||||
- ignore: {name: "Use dropWhile"}
|
||||
- ignore: {name: "Use &&"}
|
||||
- ignore: {name: "Redundant flip"}
|
||||
- ignore: {name: "Use replicate"}
|
||||
- ignore: {name: "Use void"}
|
||||
- ignore: {name: "Use elemIndex"}
|
||||
|
Loading…
Reference in New Issue
Block a user