-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix cargo quick #826
Fix cargo quick #826
Conversation
tools/scripts/tidy.toml
Outdated
description = "Run clippy (this target is used locally, not on CI)" | ||
category = "ICU4X Development" | ||
command = "cargo" | ||
args = ["clippy", "--all-targets", "--all-features", "--", "-D", "warnings", "-Aclippy::unknown-clippy-lints", "-Aclippy::field-reassign-with-default"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should just be args = ["clippy-all"]
Comment from @Manishearth on #820:
|
Codecov Report
@@ Coverage Diff @@
## main #826 +/- ##
==========================================
+ Coverage 75.34% 75.45% +0.11%
==========================================
Files 197 193 -4
Lines 12563 12489 -74
==========================================
- Hits 9466 9424 -42
+ Misses 3097 3065 -32
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 4e6110f358da564bef85cad4fa373508ae6be1e4-PR-826
💛 - Coveralls |
No description provided.