From 9e5ecf2bd3be27be6e8d1dd9f0bf8d80cf1eaa30 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Dec 2021 15:10:30 +0100 Subject: fixed & removed a bunch of old TODOs --- lib/CheckMap.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/CheckMap.hs') diff --git a/lib/CheckMap.hs b/lib/CheckMap.hs index 779123d..0fe76ba 100644 --- a/lib/CheckMap.hs +++ b/lib/CheckMap.hs @@ -61,9 +61,6 @@ instance ToJSON MapResult where [ "layer" .= CollectedLints (fmap getName <$> mapresultLayer res) , "tileset" .= CollectedLints (fmap getName <$> mapresultTileset res) , "general" .= mapresultGeneral res - -- TODO: not sure if these are necessary of even useful - --, "depends" .= mapresultDepends res - --, "provides" .= mapresultProvides res ] newtype CollectedLints = CollectedLints (Map Hint [Text]) -- cgit v1.2.3