Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckValidLinters ¶ added in v0.5.2
Checks if the linters in the given slice are known linters Returns an empty slice if all linters are known, otherwise a slice with all the bad linters
Types ¶
type LinterContext ¶
type LinterContext struct {
// contains filtered or unexported fields
}
func NewLinterContext ¶
func NewLinterContext(name string, fsys fs.FS) LinterContext
Click to show internal directories.
Click to hide internal directories.