Linting rules
C001: compiler-error
Reports compiler and parse errors.
Metadata
Code:C001Rule:compiler-errorStatus: Stable sincev0.0.1Quick fix: not available
What it does
Reports compiler and parse errors.
Behavior notes
- This diagnostic is emitted outside per-rule lint processing.
Inline suppressions and
[lint.rules]settings do not disable it. - In machine-readable output, compiler errors use code
C001.
Last updated on