Docs
Linting rules

C001: compiler-error

Reports compiler and parse errors.

Metadata

  • Code: C001
  • Rule: compiler-error
  • Status: Stable since v0.0.1
  • Quick 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; parse errors are grouped under compiler-error but currently have no code field.
Source code

Last updated on

On this page