| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
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 | |
| Monoid OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods mempty :: OutputFormat # 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 # | |
| Default OutputFormat Source # | |
Defined in Hadolint.Formatter.Format Methods def :: OutputFormat # | |
| 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 #