Documentation
¶
Overview ¶
Package check validates a workspace: structural integrity (cycles, brick kinds), the interface boundary, worker-type effect-propagation rules, and project declared-vs-imported consistency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
Diagnostic is a single check finding.
type Group ¶
type Group string
Group names the rule category a diagnostic belongs to, so worker-type findings can be surfaced distinctly from structural ones.
type Report ¶
type Report struct {
Diagnostics []Diagnostic
}
Report collects diagnostics from a check run.
Click to show internal directories.
Click to hide internal directories.