Skip to content
Snippets Groups Projects
Commit 5b3cb907 authored by stuebinm's avatar stuebinm Committed by Rehlein
Browse files

print list of maps in output json

parent e103c8e1
Branches
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ instance ToJSON DirResult where
, "resultText" .= prettyprint (Suggestion, res)
, "severity" .= maximumLintLevel res
, "badges" .= annotatedBadges
, "maps" .= M.keys (dirresultMaps res)
]
where annotatedBadges = concat
. M.elems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment