jlint
A small linter that rejects noisy qualified Rust paths and blank lines between imports.
Usage
Run it from a Rust project directory:
A directory can be supplied explicitly:
Use --no-banner to suppress the startup message:
The command exits with status 1 when disallowed paths or import spacing violations are found.