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 positive for CanBeNonNullable rule #5714

Merged
merged 5 commits into from Apr 6, 2023

Commits on Feb 28, 2023

  1. Add failing TCs

    atulgpt committed Feb 28, 2023
    Copy the full SHA
    56f4987 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Fix issue by finding the all name ref for a var

    Fix violations
    Add PR TC
    atulgpt committed Mar 25, 2023
    Copy the full SHA
    16038a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update detekt-rules-style/src/main/kotlin/io/gitlab/arturbosch/detekt…

    …/rules/style/CanBeNonNullable.kt
    
    Co-authored-by: Brais Gabín <braisgabin@gmail.com>
    atulgpt and BraisGabin committed Mar 28, 2023
    Copy the full SHA
    d84afe5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3ec61ec View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Fix non-compiling code

    atulgpt committed Apr 1, 2023
    Copy the full SHA
    f9f8b8b View commit details
    Browse the repository at this point in the history