Open
Description
What
Currently, only a few clippy rules are used, see:
languagetool-rust/src/lib/lib.rs
Lines 1 to 6 in 6cf960a
I'd like to enforce a more uniform code style by adding other clippy rules, such as clippy::pendatic
.
How to
It's a very open issue, and I would love to get suggestion from the community, on some clippy rules that I could use.
Of course, using some new rules might need to edit the current code base.