Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set at build time via ldflags:
go build -ldflags "-X github.com/dotcommander/cclint/cmd.Version=1.0.0"
Functions ¶
Types ¶
type ComponentSummary ¶
type ComponentSummary struct {
TotalComponents int
AgentCount int
CommandCount int
SkillCount int
TierCounts map[string]int
TopIssues map[string]int
LowestScoring []ScoredComponent
AllResults []lint.LintResult
}
ComponentSummary holds aggregated data for summary report
type LinterFunc ¶
type LinterFunc = lint.LinterFunc
LinterFunc is the function signature for component linters. It takes root path, quiet mode, verbose mode, noCycleCheck and returns a summary.
Click to show internal directories.
Click to hide internal directories.