- Parse doc comments from arbitrary files
- Decent error printing
-
cargo-spellcheck check - Spell checking using
hunspell - Merge multiline doc comments
- Handle multiline and fragmented mistakes (i.e. for grammar) #25
- Grammar check using
nlprule - Follow module declarations rather than blindly recurse
- Be
commonmark/markdownaware - Check
README.mdfiles #37 - Improve interactive user interface with
crossterm - Ellipsize overly long statements with
...#42 - Learn topic lingo and filter false-positive-suggestions #41
- Handle cargo workspaces #38
- Re-flow doc comments #39
- Collect dev comments as well #115
hunspell (dictionary based lookups) and nlprules (static grammar rules,
derived from languagetool) are currently the two supported checkers.