Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hadolint.Formatter
Documentation
data OutputFormat Source #
Constructors
Json | |
SonarQube | |
TTY | |
CodeclimateJson | |
GitlabCodeclimateJson | |
Checkstyle | |
Codacy | |
Sarif |
Instances
Eq OutputFormat Source # | |
Defined in Hadolint.Formatter.Format | |
Show OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods showsPrec :: Int -> OutputFormat -> ShowS show :: OutputFormat -> String showList :: [OutputFormat] -> ShowS | |
Semigroup OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods (<>) :: OutputFormat -> OutputFormat -> OutputFormat sconcat :: NonEmpty OutputFormat -> OutputFormat stimes :: Integral b => b -> OutputFormat -> OutputFormat | |
Monoid OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods mappend :: OutputFormat -> OutputFormat -> OutputFormat mconcat :: [OutputFormat] -> OutputFormat | |
Default OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods def :: OutputFormat | |
Pretty OutputFormat Source # | |
Defined in Hadolint.Formatter.Format | |
FromYAML OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods parseYAML :: Node Pos -> Parser OutputFormat |
printResults :: Foldable f => OutputFormat -> Bool -> Maybe FilePath -> f (Result Text DockerfileError) -> IO () Source #
readMaybeOutputFormat :: Text -> Maybe OutputFormat Source #