Expand description
Run workspace lint suite concurrently (check or fix modes).
ยงErrors
- Workspace root discovery or lint execution fails.
Structsยง
- Lint
FnResult ๐ - Newtype wrapper around
Result<LintFnSuccess, LintFnError>.
Enumsยง
- Lint
FnError ๐ - Error type for
Lintfunction execution failures. - Lint
FnSuccess ๐ - Success result from
Lintfunction execution.
Constantsยง
- LINTS_
CHECK ๐ - Workspace lint check set.
- LINTS_
FIX ๐ - Workspace lint fix set.
- LINT_
NO_ ๐OP - No-operation lint that reports โskippedโ status.
- RUST_
EXTENSIONS ๐ - File suffixes considered Rust-related for conditional lint gating.
Functionsยง
- build_
conditional_ ๐lint - Conditionally returns the supplied lint or
LINT_NO_OPbased on file changes. - format_
timing ๐ - Format lint duration into
time=<duration>snippet. - main ๐
- Run workspace lint suite concurrently (check or fix modes).
- report ๐
- Format and print the result of a completed lint execution.
- run_
and_ ๐report - Run a single lint, measure its duration, and report immediately.
Type Aliasesยง
- Lint ๐
- Function pointer type for a single lint invocation.
- Lint
Builder ๐ - Function pointer type for building lints based on file changes.