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 a9f651d commit 3295131Copy full SHA for 3295131
plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs
@@ -100,7 +100,7 @@ rules recorder = do
100
T.unlines $
101
[ " ✲ Name: " <> inspectionName inspection,
102
" ✲ Description: " <> inspectionDescription inspection,
103
- " ✲ Severity: " <> (show $ inspectionSeverity inspection),
+ " ✲ Severity: " <> (T.pack $ show $ inspectionSeverity inspection),
104
" ✲ Category: " <> T.intercalate " "
105
(map (("#" <>) . unCategory) $ toList $ inspectionCategory inspection),
106
"Possible solutions:"
0 commit comments