diff --git a/lib/Types.hs b/lib/Types.hs
index 481dd225cb3897fb6e61164b2f54b0eb0611c619..6f80d556760498fcc1bea7243b9eb50a1a5edfe8 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