| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hadolint
Documentation
module Hadolint.Lint
module Hadolint.Process
module Hadolint.Config
data OutputFormat Source #
Constructors
| Json | |
| 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 # | |
printResults :: Foldable f => OutputFormat -> Bool -> f (Result Text DockerfileError) -> IO () Source #