relint
is a line oriented lint tool with support for fixing issues.
Dual-licensed under MIT or the UNLICENSE.
If you're a Rust programmer, relint
can be installed with cargo
:
$ cargo install relint
relint
isn't currently in any other package repositories.
I'd like to change that.
The syntax supported is documented as part of Rust's regex library.
relint
is written in Rust, so you'll need to grab a
Rust installation in order to compile it.
relint
compiles with Rust 1.13 (stable) or newer. Building is easy:
$ git clone https://github.com/epage/relint
$ cd relint
$ cargo build --release
$ ./target/release/relint --version
0.1.0
relint
tries to be well tested, including both unit tests and integration
tests. To run the full test suite, use:
$ cargo test
from the repository root.
Please use the conventional changelog format.