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 21b47f2 commit d558e9aCopy full SHA for d558e9a
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -77,6 +77,8 @@ descriptor plId = (defaultPluginDescriptor plId)
77
, pluginCodeActionProvider = Just codeActionProvider
78
}
79
80
+-- This rule only exists for generating file diagnostics
81
+-- so the RuleResult is empty
82
data GetHlintDiagnostics = GetHlintDiagnostics
83
deriving (Eq, Show, Typeable, Generic)
84
instance Hashable GetHlintDiagnostics
0 commit comments