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 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.