Documentation ¶
Index ¶
Constants ¶
View Source
const FileParseString = "Some files couldn't be parsed."
Variables ¶
This section is empty.
Functions ¶
func AnalyzersAsString ¶
Types ¶
type AnalyzerFoundIssuesError ¶
type AnalyzerFoundIssuesError struct{}
AnalyzerFoundIssuesError indicates that at least one analyzer found problems.
func (AnalyzerFoundIssuesError) Error ¶
func (f AnalyzerFoundIssuesError) Error() string
type FileParseError ¶
type FileParseError struct{}
FileParseError indicates a provided file was unable to be parsed.
func (FileParseError) Error ¶
func (f FileParseError) Error() string
Click to show internal directories.
Click to hide internal directories.