SC2249: When verbose, warn about missing default case (fixes #997)

This commit is contained in:
Vidar Holen 2019-04-14 16:19:33 -07:00
parent b76c0a8221
commit 5b7354918f
3 changed files with 20 additions and 0 deletions

View file

@ -154,6 +154,7 @@ warn id code str = addComment $ makeComment WarningC id code str
err id code str = addComment $ makeComment ErrorC id code str
info id code str = addComment $ makeComment InfoC id code str
style id code str = addComment $ makeComment StyleC id code str
verbose id code str = addComment $ makeComment VerboseC id code str
warnWithFix :: MonadWriter [TokenComment] m => Id -> Code -> String -> Fix -> m ()
warnWithFix = addCommentWithFix WarningC