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

Fix false-negative for CanBeNonNullable #4993

Merged
merged 3 commits into from Jun 24, 2022

Commits on Jun 23, 2022

  1. Report null-check returning 'Unit'

    The rule will report code smell when null-check expression returns 'Unit'
    VitalyVPinchuk committed Jun 23, 2022
    Copy the full SHA
    0f1e1a7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into null-check-returns-unit

    # Conflicts:
    #	detekt-rules-style/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/style/CanBeNonNullable.kt
    VitalyVPinchuk committed Jun 23, 2022
    Copy the full SHA
    eca25ec View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Copy the full SHA
    ef091d1 View commit details
    Browse the repository at this point in the history