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

warn entire lint groups in clippy.toml #7802

Closed
LollipopFt opened this issue Oct 11, 2021 · 2 comments
Closed

warn entire lint groups in clippy.toml #7802

LollipopFt opened this issue Oct 11, 2021 · 2 comments
Labels
C-question Category: Questions

Comments

@LollipopFt
Copy link

in .rs files, pedantic clippy can be enabled by doing #![warn(clippy::pedantic)] for example. is there a way to implement this in clippy.toml?

@rustbot label +C-question

@rustbot rustbot added the C-question Category: Questions label Oct 11, 2021
@giraffate
Copy link
Contributor

Currently, we don't have the way to do it. See here for details: #1313

@giraffate
Copy link
Contributor

I'm closing this because of #7802 (comment). If you have more questions, feel free to make comments here or open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Category: Questions
Projects
None yet
Development

No branches or pull requests

3 participants