quality

package
v0.7.0-alpha.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQualityCmd

func NewQualityCmd() *cobra.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL