-
Notifications
You must be signed in to change notification settings - Fork 923
fix(deps): update errorproneversion to v2.43.0 #7779
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
Conversation
c8a7f8a to
9461819
Compare
...g-internal/src/main/java/io/opentelemetry/api/testing/internal/AbstractDefaultMeterTest.java
Outdated
Show resolved
Hide resolved
...-internal/src/main/java/io/opentelemetry/api/testing/internal/AbstractDefaultTracerTest.java
Outdated
Show resolved
Hide resolved
...metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/aggregator/AggregatorHandle.java
Outdated
Show resolved
Hide resolved
exporters/common/src/main/java/io/opentelemetry/exporter/internal/FailedExportException.java
Outdated
Show resolved
Hide resolved
|
I think probably better to send separate PRs first:
and then come back here |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7779 +/- ##
============================================
- Coverage 90.18% 90.17% -0.01%
Complexity 7200 7200
============================================
Files 815 815
Lines 21738 21738
Branches 2130 2130
============================================
- Hits 19604 19602 -2
- Misses 1466 1468 +2
Partials 668 668 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c642cb0 to
cf47005
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
This PR contains the following updates:
2.42.0->2.43.02.42.0->2.43.02.42.0->2.43.0Release Notes
google/error-prone (com.google.errorprone:error_prone_test_helpers)
v2.43.0: Error Prone 2.43.0Changes:
-XepPatchChecksnow skips disabled checks (#4943)AndroidJdkLibsCheckerhas been removed, the recommended replacement for Android code is Android Lint's NewApi checkNew checks:
NullNeedsCastForVarargs: Detect calls that incorrectly passes anullarray instead of anullelement.RedundantNullCheck: detect checks on expressions that are non-null.Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239
Full changelog: google/error-prone@v2.42.0...v2.43.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.