hobofan / ronat

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

Add more lints #3

Open hobofan opened 7 years ago

hobofan commented 7 years ago

Some lints on simple grammar and language style would be nice.

ssokolow commented 7 years ago

While not ideal, dependency-wise, the simplest way to accomplish this would be LanguageTool.

Here is the command-line reference and examples page for the standalone CLI version.

hobofan commented 7 years ago

https://www.reddit.com/r/rust/comments/5o615l/proof_of_concept_ronat_lint_your_code_comments/dch158p/ has some interesting pointers.