jlint 0.2.0

A command-line linter for Rust projects that flags noisy qualified paths and blank lines between imports
Documentation

jlint

A small linter that rejects noisy qualified Rust paths and blank lines between imports.

Usage

Run it from a Rust project directory:

jlint

A directory can be supplied explicitly:

jlint /path/to/project

Use --no-banner to suppress the startup message:

jlint --no-banner

The command exits with status 1 when disallowed paths or import spacing violations are found.