aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate Moonlight <hecate+github@glitchbra.in>2022-05-06 18:48:28 +0200
committerHécate Moonlight <hecate+github@glitchbra.in>2022-05-06 18:48:28 +0200
commit09b8abe04fc34460ccf3c4ed4d35bceb1bc6b718 (patch)
treeb1ca4a6b06d369f260483594d31812a8abdd067a
parent5d0a0edc31b8c20cc2e1cc234a0394a3bfba5f9b (diff)
Ignore "Use second" HLint suggestion. It increases laziness.
-rw-r--r--.hlint.yaml1
1 files changed, 1 insertions, 0 deletions
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