glazedclilint

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "glazedclilint",
	Doc:      "enforce Glazed CLI policy: avoid raw env reads, raw flag APIs, and Glazed output flags on non-row commands",
	Requires: []*analysis.Analyzer{inspect.Analyzer},
	Run:      run,
}

Analyzer enforces Glazed CLI command policy that the Go compiler cannot express: no ad-hoc os.Getenv reads, no raw Cobra/pflag/flag definitions in verbs, and no Glazed output section on commands that do not emit structured rows through the Glazed processor pipeline.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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