autodocodec/.hlint.yaml

10 lines
340 B
YAML
Raw Permalink 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 ++" }
2022-07-26 18:39:58 +03:00
- ignore: { name: "Use if" }
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" }