From 09b8abe04fc34460ccf3c4ed4d35bceb1bc6b718 Mon Sep 17 00:00:00 2001 From: Hécate Moonlight Date: Fri, 6 May 2022 18:48:28 +0200 Subject: Ignore "Use second" HLint suggestion. It increases laziness. --- .hlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hlint.yaml b/.hlint.yaml index 1a737166..5c50629f 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -58,6 +58,7 @@ - ignore: {name: "Use tuple-section"} # 2 hints - ignore: {name: "Use unless"} # 1 hint - ignore: {name: "Use void"} # 1 hint +- ignore: {name: "Use second"} # 3 hints # Module names (not all unique) where CPP can be used - extensions: - name: CPP -- cgit v1.2.3