File tree 2 files changed +2
-1
lines changed
plugins/hls-stan-plugin/src/Ide/Plugin 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ rules recorder = do
100
100
T. unlines $
101
101
[ " ✲ Name: " <> inspectionName inspection,
102
102
" ✲ Description: " <> inspectionDescription inspection,
103
- " ✲ Severity: " <> (show $ inspectionSeverity inspection),
103
+ " ✲ Severity: " <> (T. pack $ show $ inspectionSeverity inspection),
104
104
" ✲ Category: " <> T. intercalate " "
105
105
(map ((" #" <> ) . unCategory) $ toList $ inspectionCategory inspection),
106
106
" Possible solutions:"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ packages:
26
26
- ./plugins/hls-fourmolu-plugin
27
27
- ./plugins/hls-pragmas-plugin
28
28
- ./plugins/hls-module-name-plugin
29
+ - ./plugins/hls-stan-plugin
29
30
- ./plugins/hls-ormolu-plugin
30
31
- ./plugins/hls-alternate-number-format-plugin
31
32
- ./plugins/hls-code-range-plugin
You can’t perform that action at this time.
0 commit comments