Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
Diagnostic represents a single finding from the doctor scanner.
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner scans a Nexus project for issues.
func NewScanner ¶
NewScanner creates a new doctor scanner for the given directory.
func (*Scanner) Run ¶
func (s *Scanner) Run() ([]Diagnostic, error)
Run executes all diagnostic rules and returns the findings.
Click to show internal directories.
Click to hide internal directories.