File tree 3 files changed +567
-0
lines changed
3 files changed +567
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ import Development.IDE.Plugin.CodeAction as CodeAction
55
55
import Development.IDE.Plugin.Completions as Completions
56
56
import Ide.Plugin.Example as Example
57
57
import Ide.Plugin.Floskell as Floskell
58
+ import Ide.Plugin.Hlint as Hlint
58
59
import Ide.Plugin.Ormolu as Ormolu
59
60
60
61
-- ---------------------------------------------------------------------
@@ -69,6 +70,7 @@ idePlugins includeExample
69
70
CodeAction. plugin <>
70
71
formatterPlugins [(" ormolu" , Ormolu. provider)
71
72
,(" floskell" , Floskell. provider)] <>
73
+ Hlint. plugin <>
72
74
if includeExample then Example. plugin else mempty
73
75
74
76
-- ---------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ library
30
30
Ide.Cradle
31
31
Ide.Plugin.Config
32
32
Ide.Plugin.Example
33
+ Ide.Plugin.Hlint
33
34
Ide.Plugin.Ormolu
34
35
Ide.Plugin.Floskell
35
36
Ide.Plugin.Formatter
@@ -57,7 +58,9 @@ library
57
58
, gitrev
58
59
, hashable
59
60
, haskell-lsp == 0.20. *
61
+ , haskell-src-exts
60
62
, hie-bios >= 0.4
63
+ , hlint >= 2.2.10
61
64
, hslogger
62
65
, optparse-simple
63
66
, process
You can’t perform that action at this time.
0 commit comments