Skip to content

Commit

Permalink
Stan: Build fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 11, 2022
1 parent f274919 commit c334ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rules recorder = do
T.unlines $
[ " ✲ Name: " <> inspectionName inspection,
" ✲ Description: " <> inspectionDescription inspection,
" ✲ Severity: " <> (show $ inspectionSeverity inspection),
" ✲ Severity: " <> T.pack $ show $ inspectionSeverity inspection,
" ✲ Category: " <> T.intercalate " "
(map (("#" <>) . unCategory) $ toList $ inspectionCategory inspection),
"Possible solutions:"
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ packages:
- ./plugins/hls-fourmolu-plugin
- ./plugins/hls-pragmas-plugin
- ./plugins/hls-module-name-plugin
- ./plugins/hls-stan-plugin
- ./plugins/hls-ormolu-plugin
- ./plugins/hls-alternate-number-format-plugin
- ./plugins/hls-code-range-plugin
Expand Down

0 comments on commit c334ce7

Please sign in to comment.