diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CheckDir.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CheckDir.hs b/lib/CheckDir.hs index 1cfd753..f21fe9c 100644 --- a/lib/CheckDir.hs +++ b/lib/CheckDir.hs @@ -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 |