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.
Click to show internal directories.
Click to hide internal directories.