Versions in this module Expand all Collapse all v0 v0.3.0 Apr 1, 2024 v0.2.0 Nov 27, 2023 Changes in this version type Linter + GenericErrors []string v0.1.0 Sep 6, 2023 Changes in this version + var RuleSet = map[string]Rule + type LintResult struct + Cna string + CveId string + Error rules.ValidationError + File string + type Linter struct + FileInput *[]string + FilesChecked int + Results []LintResult + Timestamp time.Time + func (l *Linter) Print(format string) + func (l *Linter) Run(rules *[]Rule, cna string) + type Rule struct + CheckFunc func(*string) []rules.ValidationError + Code string + Description string + Name string