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 #337

Merged
merged 2 commits into from
Sep 11, 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.

References

no

Testing

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

  • This change adds unit test coverage

  • This change adds integration test coverage

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

Checklist

@lbalmaceda lbalmaceda added the large Large review label Sep 10, 2020
@lbalmaceda lbalmaceda requested a review from a team September 10, 2020 22:49
@lbalmaceda lbalmaceda added this to the v1-Next milestone Sep 11, 2020
@jimmyjames jimmyjames self-requested a review September 11, 2020 17:41
Copy link
Contributor

@jimmyjames jimmyjames left a comment

Choose a reason for hiding this comment

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

👍

@lbalmaceda lbalmaceda merged commit b918c85 into master Sep 11, 2020
@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.26.0 Sep 11, 2020
@lbalmaceda lbalmaceda deleted the fix-lint branch December 3, 2020 09:25
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