hobofan / ronat

Rust linter for documentation
Apache License 2.0
7 stars 0 forks source link

Add Cargo command #1

Open hobofan opened 7 years ago

hobofan commented 7 years ago

Having a cargo command that acts similar to the way clippy does, would be awesome to have.

ssokolow commented 7 years ago

This is what I'll be waiting for. I develop on stable Rust and prefer to clutter up my codebase with as few references to nightly-only things as possible. (Clippy is handled through a shell script which runs all of the tests and static checks as one big bundle)