wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

[Nullability Annotations to Java Classes] Update `wordPressLintVersion` to 2.0.0 #124

Closed ParaskP7 closed 6 months ago

ParaskP7 commented 6 months ago

This PR updates wordPressLintVersion to 2.0.0.


To test:

  1. Verifying that all the CI checks are successful (focus on the Lint related check and its report).
  2. Verify that the new MissingNullAnnotationOn* correctness related rules are reporting as expected. For a reference, see screenshot below:

image