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

Add CastNullableToNonNullableType rule #5653

Merged
merged 8 commits into from
Jan 26, 2023

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    ad62e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f36fa View commit details
    Browse the repository at this point in the history
  3. Refactor KtExpression utility to TypeUtils.kt

    Move isNullable and descriptor common utility that was common across
    NullableToStringCall.kt and CastNullableToNonNullableType.kt rules
    atulgpt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    da180e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    117cd9b View commit details
    Browse the repository at this point in the history
  5. Make the parameters of isNullable non nullable

    Handle null compilerResources at the call site
    atulgpt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ba80d47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad84ac1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeb49ee View commit details
    Browse the repository at this point in the history
  8. Add alternate compliant code

    atulgpt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8afd51c View commit details
    Browse the repository at this point in the history