hlint
Idea
Synopsis
data Idea
Constructors
Fields
Instances
showANSI :: IO (Idea -> String)
showEx :: (String -> String) -> Idea -> String
data Severity
How severe an error is.
Ignored errors are only returned when --show is passed.
--show
Warnings are things that some people may consider improvements, but some may not.
Errors are suggestions that should nearly always be a good idea to apply.