autodocodec/.hlint.yaml

9 lines
311 B
YAML
Raw Normal View History

2021-10-24 20:45:21 +03:00
- ignore: { name: "Eta reduce" }
- ignore: { name: "Use newtype instead of data" }
2021-10-29 20:56:07 +03:00
- ignore: { name: "Use unless" }
2021-10-24 20:45:21 +03:00
- ignore: { name: "Use fmap" }
- ignore: { name: "Use tuple-section" }
2021-10-27 00:51:13 +03:00
- ignore: { name: "Use ++" }
2021-10-24 20:45:21 +03:00
- ignore: { name: "Avoid lambda using `infix`" }
2021-10-24 20:43:52 +03:00
- ignore: { name: "Replace case with maybe" }