Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure lints in Cargo.toml #146

Open
ericcornelissen opened this issue Nov 19, 2023 · 0 comments
Open

Configure lints in Cargo.toml #146

ericcornelissen opened this issue Nov 19, 2023 · 0 comments
Labels
meta Relates to the project itself

Comments

@ericcornelissen
Copy link
Owner

Relates to #145

Summary

As of Rust v1.74.0 it is possible to configure lints in the Cargo.toml manifest file. This seems like an improvement over this projects currently configuration strategy of configuring Clippy through command line arguments in the Justfile (ref) because it would allow for invoking Clippy with the correct configuration without just (i.e. with cargo clippy). Hence, this issue exists to investigate and potentially migrate to a Cargo.toml-based configuration model for Clippy.

@ericcornelissen ericcornelissen added pending This cannot be worked on yet meta Relates to the project itself and removed pending This cannot be worked on yet labels Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Relates to the project itself
Projects
None yet
Development

No branches or pull requests

1 participant