rux lint

Purpose

Run source-level diagnostics without emitting build artifacts

Synopsis

rux lint [options]

Behavior

Runs fast source-level lint rules for the package or every workspace member without building an artifact. Use rux check when full semantic validation is required.

Arguments

This command accepts no operands.

Options

This command has no command-specific options. Global options still apply.

Global options may appear before or after the command. See Global options.

Output and exit status

Primary results are written to stdout. Progress, warnings, and errors are written to stderr.

Success exits 0, invalid command-line usage exits 2, and compiler, validation, filesystem, network, or generation failures exit 1 unless stated otherwise above.

Examples

rux lint
rux lint --verbose

Environment variables

This command defines no command-specific environment variables.

The global color environment behavior is described under Global options.