From bd5c49c23a9d5dd93a08bf8d7411306790b512d5 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 16 May 2024 21:07:50 +0200 Subject: chore(users/Profpatsch/.hlint.yaml): ignore Use maybe Change-Id: I302b4b66b0c3a3646fb84afd0140bf0ef92e541d Reviewed-on: https://cl.tvl.fyi/c/depot/+/11679 Autosubmit: Profpatsch Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/.hlint.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/.hlint.yaml b/users/Profpatsch/.hlint.yaml index f00f78c5259d..12b7c61b7094 100644 --- a/users/Profpatsch/.hlint.yaml +++ b/users/Profpatsch/.hlint.yaml @@ -34,6 +34,8 @@ - ignore: { name: Use tuple-section } - ignore: { name: Use forM_ } - ignore: { name: Functor law } +- ignore: { name: Use maybe } + # fst and snd are usually a code smell and should be explicit matches, _naming the ignored side. - ignore: { name: Use fst } - ignore: { name: Use snd } -- cgit 1.4.1