Documentation
¶
Index ¶
Constants ¶
View Source
const ( LINT_REPORT_GROUP_HUMAN = "rules_lint_human" LINT_REPORT_GROUP_MACHINE = "rules_lint_machine" LINT_PATCH_GROUP = "rules_lint_patch" LINT_RESULT_REGEX = ".*AspectRulesLint.*" HISTOGRAM_CHARS = 20 MAX_FILENAME_WIDTH = 80 )
Align with rules_lint
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LintBEPHandler ¶
type LintBEPHandler struct {
// contains filtered or unexported fields
}
type LintResult ¶
type LintResultOutput ¶ added in v1.202541.2
type LintResultsFileHandler ¶ added in v1.202541.2
func (*LintResultsFileHandler) AddFlags ¶ added in v1.202541.2
func (handler *LintResultsFileHandler) AddFlags(flags *pflag.FlagSet)
func (*LintResultsFileHandler) Results ¶ added in v1.202541.2
func (handler *LintResultsFileHandler) Results(cmd *cobra.Command, results []*LintResult) (err error)
type LintResultsHandler ¶
type OrderedBuildEvent ¶ added in v1.202541.2
type OrderedBuildEvent struct {
// contains filtered or unexported fields
}
type ResultForLabelAndMnemonic ¶ added in v1.202541.2
type ResultForLabelAndMnemonic struct {
// contains filtered or unexported fields
}
ResultForLabelAndMnemonic aggregates the relevant files we find in the BEP for
Click to show internal directories.
Click to hide internal directories.