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