# Functions

New returns a new CheckStyle.
NewCheckstyleScanner Create issues from io.Reader, eg: os.Stdin.
NewError creates a new checkstyle.Error Note that line starts at 0, and column starts at 1.
NewFile creates a new checkstyle.File.
No description provided by the author
ParseCheckStyleFromXml Parse checkstyle xml to gitea issues.

# Variables

DefaultCheckStyleVersion defines the default "version" attribute on "<checkstyle>" lememnt.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CheckStyle represents a <checkstyle> xml element found in a checkstyle_report.xml file.
Error represents a <error> xml element.
File represents a <file> xml element.
Issue is a structure of detected by linter problem.

# Interfaces

No description provided by the author

# Type aliases

Severity defines a checkstyle severity code.