package
0.0.0-20231214144635-a707781cbb24
Repository: https://github.com/khulnasoft/codebase.git
Documentation: pkg.go.dev
# Functions
New returns Parser based on Option.
NewCheckStyleParser returns a new CheckStyleParser.
NewDiffParser creates a new DiffParser.
NewErrorformatParser returns a new ErrorformatParser.
NewErrorformatParserString returns a new ErrorformatParser from errorformat in string representation.
NewRDJSONLParser returns a new RDJSONParser.
NewRDJSONParser returns a new RDJSONParser.
NewSarifParser returns a new SarifParser.
# Structs
CheckStyleError represents <error line="1" column="10" severity="error" message="msg" source="src" />.
CheckStyleFile represents <file name="fname"><error ..
CheckStyleParser is checkstyle parser.
CheckStyleResult represents checkstyle XML result.
DiffParser is a unified diff parser.
ErrorformatParser is errorformat parser.
Option represents option to create Parser.
RDJSONLParser is parser for rdjsonl format.
RDJSONParser is parser for rdjsonl format.
No description provided by the author
SARIF JSON Format
References: - https://sarifweb.azurewebsites.net/.
No description provided by the author
SarifParser is sarif parser.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Parser is an interface which parses compilers, linters, or any tools results.