We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea52ee commit 5085453Copy full SHA for 5085453
plugins/hls-hlint-plugin/test/Main.hs
@@ -131,7 +131,7 @@ suggestionsTests =
131
doc <- openDoc "IgnoreAnn.hs" "haskell"
132
expectNoMoreDiagnostics 3 doc "hlint"
133
134
- , knownBrokenForHlintOnRawGhc "[#838] hlint plugin doesn't honour HLINT annotations" $
+ , knownBrokenForHlintOnRawGhc "[#638] hlint plugin doesn't honour HLINT annotations" $
135
testCase "hlint diagnostics ignore hints honouring HLINT annotations" $ runHlintSession "" $ do
136
doc <- openDoc "IgnoreAnnHlint.hs" "haskell"
137
0 commit comments