-
-
Notifications
You must be signed in to change notification settings - Fork 90
fix(clippy): Store exit code to respect errors #673
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
base: main
Are you sure you want to change the base?
Conversation
|
64386dd to
facd4b8
Compare


Depends on bazelbuild/rules_rust#3772, and is a step towards #385 .
Store the exit code for clippy in a file instead of trying to guess it from the success marker.
This means that we no longer have to pass
cap_at_warning=True, and we can properly report errors as errors without crashing the entire run.Changes are visible to end-users: yes. They are now able to see errors as errors instead of warnings.
Test plan