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

Improve compatibility with Kotlin and run Lint on CI #596

Merged
merged 3 commits into from
Sep 14, 2020
Merged

Conversation

lbalmaceda
Copy link
Contributor

Changes

This PR includes a ton of fixes for lint issues. It also updates the CI script to run lint as an additional check and fail when an error is detected. Many of those detected issues were the cause of interoperability issues with Kotlin concepts of nullability.

There are no breaking changes on this PR,. I recommend to quickly scan the PR for a review.

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. This library has unit testing, tests should be added for new logic and functionality and existing tests should complete without errors.

  • This change adds unit test coverage

  • This change adds integration/UI test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@lbalmaceda lbalmaceda added this to the v2-Next milestone Sep 14, 2020
@lbalmaceda lbalmaceda requested a review from a team September 14, 2020 22:29
@lbalmaceda lbalmaceda merged commit 4faed1f into master Sep 14, 2020
@lbalmaceda lbalmaceda deleted the fix-lint branch September 14, 2020 23:34
@lbalmaceda lbalmaceda modified the milestones: v2-Next, 2.23.0 Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants