Clippy Config

rust-lang.github.io/clippy/

Clippy is designed to be configurable. You can create a TOML file clippy.toml or .clippy.toml, place it in the project and it will apply the options in that file.

blacklisted-names = ["java", "c++", "php"]
cognitive-complexity-threshold = 30

clippy