Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Failure ¶
type Failure struct {
// contains filtered or unexported fields
}
Failure represents a lint error information.
func Failuref ¶
func Failuref( pos meta.Position, ruleID string, severity string, format string, a ...interface{}, ) Failure
Failuref creates a new Failure and the formatting works like fmt.Sprintf.
func (Failure) FilenameWithoutExt ¶
FilenameWithoutExt returns a filename without the extension.
Click to show internal directories.
Click to hide internal directories.