chore: enforce more rigorous code with clippy #34
Labels
good first issue
Good for newcomers
hacktoberfest
Issue that is created for the Hacktoberfest event
linting
Linting files to match some guidelines
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.
The text was updated successfully, but these errors were encountered: