Skip to content

Commit 5085453

Browse files
committed
Correct issue id
1 parent 2ea52ee commit 5085453

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-hlint-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-hlint-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ suggestionsTests =
131131
doc <- openDoc "IgnoreAnn.hs" "haskell"
132132
expectNoMoreDiagnostics 3 doc "hlint"
133133

134-
, knownBrokenForHlintOnRawGhc "[#838] hlint plugin doesn't honour HLINT annotations" $
134+
, knownBrokenForHlintOnRawGhc "[#638] hlint plugin doesn't honour HLINT annotations" $
135135
testCase "hlint diagnostics ignore hints honouring HLINT annotations" $ runHlintSession "" $ do
136136
doc <- openDoc "IgnoreAnnHlint.hs" "haskell"
137137
expectNoMoreDiagnostics 3 doc "hlint"

0 commit comments

Comments
 (0)