summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Types.hs b/lib/Types.hs
index 481dd22..6f80d55 100644
--- a/lib/Types.hs
+++ b/lib/Types.hs
@@ -80,6 +80,8 @@ instance PrettyPrint Lint where
" Info: found dependency: " <> prettyprint dep
prettyprint (Offers dep) =
" Info: map offers entrypoint " <> prettyprint dep
+ prettyprint (Badge _) =
+ " Info: found a badge."
instance PrettyPrint Hint where
prettyprint (Hint level msg) = " " <> (showText level) <> ": " <> msg