-
Notifications
You must be signed in to change notification settings - Fork 53
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
Project generated with esp-idf-template fails clippy checks on CI #161
Comments
Can you please NOT do |
@ivmarkov removing |
My suspicion is that it is just a case of case sensitive comparison, where it should be case insensitive. Let me check that quickly... |
OK, I've released new patch-level releases of both As to why you probably don't want
|
Bug description
I created a new cargo project, committed it on github and the clippy checks on CI are failing with the following message:
This happens also if i run the clippy command manually. I tried with these two docker images when running locally:
espressif/idf-rust:esp32s3_latest
espressif/idf-rust:esp32_latest
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Generated project should not fail clippy checks.
Environment
inside the following two containers:
espressif/idf-rust:esp32s3_latest
espressif/idf-rust:esp32_latest
The text was updated successfully, but these errors were encountered: