forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 458
Makefile does not properly depend on .clippy.toml
#1151
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
Labels
• kbuild
Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
Comments
Yeah, I noticed it too (when I was adding |
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
May 20, 2025
We rarely modify `.clippy.toml`, but currently we do not rebuild if that happens, thus it is easy to miss possible changes in lints. Thus rebuild in case of changes. Cc: [email protected] Reported-by: Tamir Duberstein <[email protected]> Closes: Rust-for-Linux#1151 Fixes: 7d56786 ("rust: introduce `.clippy.toml`") Signed-off-by: Miguel Ojeda <[email protected]>
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
May 20, 2025
We rarely modify `.clippy.toml`, but currently we do not rebuild if that happens, thus it is easy to miss possible changes in lints. Thus rebuild in case of changes. Cc: [email protected] Reported-by: Tamir Duberstein <[email protected]> Closes: Rust-for-Linux#1151 Fixes: 7d56786 ("rust: introduce `.clippy.toml`") Signed-off-by: Miguel Ojeda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing the content of
.clippy.toml
does not provokemake CLIPPY=1 all
to re-invoke clippy./cc @ojeda
The text was updated successfully, but these errors were encountered: