uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

Update to Error Prone 2.24.1 #888

Closed msridhar closed 9 months ago

msridhar commented 9 months ago

Just to stay up to date.

A repo owner will have to update the required CI jobs before this can land.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b5cd1f9) 87.20% compared to head (07bcc51) 87.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #888 +/- ## ========================================= Coverage 87.20% 87.20% Complexity 1947 1947 ========================================= Files 77 77 Lines 6268 6268 Branches 1216 1216 ========================================= Hits 5466 5466 Misses 403 403 Partials 399 399 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

msridhar commented 9 months ago

Sorry @yuxincs EP 2.24.1 was just released this morning after I opened this PR, so I changed this PR to just update to that version. Unfortunately the required CI job names will need to be updated again.

yuxincs commented 9 months ago

Ruleset updated for 2.24.1 👍