Crate x_lint

Source
Expand description

Lint engine.

The overall design is generally inspired by Arcanist’s lint engine.

Modules§

content
file_path
package
prelude
project
runner

Structs§

LintFormatter
A lint formatter.
LintMessage
A message raised by a lint.
LintSource
Message source for lints.

Enums§

LintKind
LintLevel
RunStatus
The run status of a lint.
SkipReason
The reason for why this lint was skipped.

Traits§

Linter
Represents a linter.