Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hadolint.Formatter.Format
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 | |
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 | |
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 |
errorBundlePretty :: (VisualStream s, TraversableStream s, ShowErrorComponent e) => ParseErrorBundle s e -> String #
errorMessage :: (VisualStream s, ShowErrorComponent e) => ParseErrorBundle s e -> String Source #
errorMessageLine :: (VisualStream s, TraversableStream s, ShowErrorComponent e) => ParseErrorBundle s e -> String Source #
errorPosition :: TraversableStream s => ParseErrorBundle s e -> SourcePos Source #
errorPositionPretty :: TraversableStream s => ParseErrorBundle s e -> String Source #
severityText :: DLSeverity -> Text Source #
stripNewlines :: String -> String Source #
readMaybeOutputFormat :: Text -> Maybe OutputFormat Source #