Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQualityCmd ¶
NewQualityCmd creates the quality command and its subcommands.
Types ¶
type CheckResult ¶
type CheckResult struct {
Name string `json:"name"`
Passed bool `json:"passed"`
Details string `json:"details"`
Err error `json:"-"`
}
CheckResult holds the outcome of a single quality check.
func RunQualityChecks ¶
func RunQualityChecks( ctx context.Context, presenter *ui.Presenter, mode string, args []string, ) ([]CheckResult, error)
RunQualityChecks executes the full pipeline of code quality checks.
Click to show internal directories.
Click to hide internal directories.