File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
plugins/hls-stan-plugin/src/Ide/Plugin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ import Ide.Types (PluginDescriptor (..),
43
43
defaultPluginDescriptor )
44
44
import qualified Language.LSP.Types as LSP
45
45
import Stan.Analysis (Analysis (.. ), runAnalysis )
46
+ import Stan.Category (Category (.. ))
46
47
import Stan.Core.Id (Id (.. ))
47
48
import Stan.Inspection (Inspection (.. ))
48
49
import Stan.Inspection.All (inspectionsIds , inspectionsMap )
@@ -99,7 +100,7 @@ rules recorder = do
99
100
T. unlines $
100
101
[ " ✲ Name: " <> inspectionName inspection,
101
102
" ✲ Description: " <> inspectionDescription inspection,
102
- " ✲ Severity: " <> (show $ inspectionSeverity inspection ),
103
+ " ✲ Severity: " <> (show $ inspectionSeverity inspection1 ),
103
104
" ✲ Category: " <> T. intercalate " "
104
105
(map ((" #" <> ) . unCategory) $ toList $ inspectionCategory inspection),
105
106
" Possible solutions:"
You can’t perform that action at this time.
0 commit comments