Skip to content

Commit 839b753

Browse files
committed
Ignore a faulty hint
1 parent cf8e8b6 commit 839b753

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.hlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@
8282
- error: {lhs: "Network.HTTP.Types.hContentMD5", rhs: "Network.HTTP.StackClient.hContentMD5"}
8383
- error: {lhs: "Network.HTTP.Types.methodPut", rhs: "Network.HTTP.StackClient.methodPut"}
8484
- ignore: {name: "Use alternative", within: "Network.HTTP.StackClient"}
85+
86+
# Gives an incorrect hint that breaks type checking due to mismatched types
87+
- ignore: {name: "Too strict maybe", within: "Stack.Package" }
88+
- ignore: {name: "Too strict maybe", within: "Stack.Config" }

0 commit comments

Comments
 (0)