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 e0c9a0a commit b15539dCopy full SHA for b15539d
ghcide/test/exe/Main.hs
@@ -906,6 +906,7 @@ typeWildCardActionTests = testGroup "type wildcard actions"
906
liftIO $ expectedContentAfterAction @=? contentAfterAction
907
]
908
909
+{-# HLINT ignore "Use nubOrd" #-}
910
removeImportTests :: TestTree
911
removeImportTests = testGroup "remove import actions"
912
[ testSession "redundant" $ do
0 commit comments