Skip to content
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

Update WordPress-Lint-Android version #144

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

mkevins
Copy link
Contributor

@mkevins mkevins commented Mar 15, 2024

Description

This PR bumps the version of WordPress-Lint-Android to 2.1.0, which fixes an issue with false positives when warning about missing null annotations for enums.

Test

In Android Studio, navigate to a Java file that has an enum declaration. It should no longer warn about missing null annotations for the enum.

This fixes an issue with false positives when warning about missing null
annotations for enums.
Copy link

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating the version @mkevins 🙇
The fix works as expected for me 🎉

@antonis antonis merged commit a33885f into trunk Mar 15, 2024
8 checks passed
@antonis antonis deleted the update/wordpress-lint-version branch March 15, 2024 07:50
@mkevins
Copy link
Contributor Author

mkevins commented Mar 15, 2024

Thank you for reviewing and testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants