Add build target for cargo clippy
in Veracruz Makefile
#37
Labels
build-process
Something related to the Veracruz build process
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
At the moment we do not have support for the Clippy linter in the Veracruz Makefile. Some of Clippy's lint groups would be useful to check on the Veracruz codebase, especially those related to correctness, performance, and idiomatic Rust code style. In the past, I quickly experimented with Clippy on Veracruz but found that lint warnings in our code were swamped by warnings originating from our dependencies. Apparently, this cannot be turned off (see e.g. here). However, maybe this situation has changed, or maybe there's some way of filtering the lint warnings to produce warnings originating from only our code, or similar, which should be investigated.
The text was updated successfully, but these errors were encountered: