From 56669f6b69883147690d8f7cc9244d88a1eecad0 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 10 May 2026 07:19:39 -0400 Subject: [PATCH] Ignore hlint suggestion: use fold in Test.Laws --- .hlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hlint.yaml b/.hlint.yaml index e5672ae408a..5134f321294 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -24,7 +24,6 @@ - ignore: {name: "Use bimap"} # 7 hints - ignore: {name: "Use camelCase"} # 97 hints - ignore: {name: "Use const"} # 36 hints -- ignore: {name: "Use fold"} # 1 hint - ignore: {name: "Use fst"} # 2 hints - ignore: {name: "Use lambda-case"} # 58 hints - ignore: {name: "Use newtype instead of data"} # 31 hints @@ -37,6 +36,7 @@ - ignore: {name: "Monoid law, right identity", within: [Test.Laws, UnitTests.Distribution.Utils.NubList]} - ignore: {name: "Replace case with maybe", within: [Distribution.Client.InLibrary]} - ignore: {name: "Use fmap", within: [Distribution.Client.HttpUtils, Distribution.Simple.SrcDist]} +- ignore: {name: "Use fold", within: [Test.Laws]} - group: name: cabal-suggestions