Documentation
¶
Overview ¶
Package checkers contain pre built checkers to validate CODEOWNER files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidOwner ¶ added in v0.2.3
type InvalidOwner struct{}
InvalidOwner represents checker to decide validate owners in each of CODEOWNERS lines
func (InvalidOwner) CheckLine ¶ added in v0.2.3
func (c InvalidOwner) CheckLine(lineNo int, line string) []codeowners.CheckResult
CheckLine runs this InvalidOwner's check against each line
type NoOwner ¶
type NoOwner struct{}
NoOwner represents checker to decide validate presence of owners in each of CODEOWNERS lines
func (NoOwner) CheckLine ¶
func (c NoOwner) CheckLine(lineNo int, line string) []codeowners.CheckResult
CheckLine runs this NoOwner's check against each line
Click to show internal directories.
Click to hide internal directories.