Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hadolint
Documentation
module Hadolint.Lint
module Hadolint.Process
module Hadolint.Config
data OutputFormat Source #
Constructors
Json | |
SonarQube | |
TTY | |
CodeclimateJson | |
GitlabCodeclimateJson | |
Checkstyle | |
Codacy |
Instances
Eq OutputFormat Source # | |
Defined in Hadolint | |
Show OutputFormat Source # | |
Defined in Hadolint Methods showsPrec :: Int -> OutputFormat -> ShowS show :: OutputFormat -> String showList :: [OutputFormat] -> ShowS |
shallSkipErrorStatus :: OutputFormat -> Bool Source #
printResults :: Foldable f => OutputFormat -> Bool -> Maybe FilePath -> f (Result Text DockerfileError) -> IO () Source #