diff options
author | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-06 18:48:28 +0200 |
---|---|---|
committer | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-06 18:48:28 +0200 |
commit | 09b8abe04fc34460ccf3c4ed4d35bceb1bc6b718 (patch) | |
tree | b1ca4a6b06d369f260483594d31812a8abdd067a | |
parent | 5d0a0edc31b8c20cc2e1cc234a0394a3bfba5f9b (diff) |
Ignore "Use second" HLint suggestion. It increases laziness.
-rw-r--r-- | .hlint.yaml | 1 |
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 |