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

Fix lombok config example more correctly on README #911

Closed kjim closed 8 months ago

kjim commented 8 months ago

This is just fix more precise the example of lombok configuration described in README.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (3fc9b8a) 86.98% compared to head (3c3255c) 87.07%. Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #911 +/- ## ============================================ + Coverage 86.98% 87.07% +0.09% - Complexity 1959 1989 +30 ============================================ Files 77 77 Lines 6330 6423 +93 Branches 1223 1244 +21 ============================================ + Hits 5506 5593 +87 - Misses 420 422 +2 - Partials 404 408 +4 ```

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