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

Implement rule UnnecessaryPartOfBinaryExpression #5203

Merged
merged 7 commits into from Sep 7, 2022

Commits on Aug 8, 2022

  1. Implement check for unnecessary part of binary expression

    v.stelmashchuk committed Aug 8, 2022
    Copy the full SHA
    4587669 View commit details
    Browse the repository at this point in the history
  2. Update the default config

    v.stelmashchuk committed Aug 8, 2022
    Copy the full SHA
    7275282 View commit details
    Browse the repository at this point in the history
  3. Fixed import and code style

    v.stelmashchuk committed Aug 8, 2022
    Copy the full SHA
    b2be976 View commit details
    Browse the repository at this point in the history
  4. Fixed import

    v.stelmashchuk committed Aug 8, 2022
    Copy the full SHA
    d45edf1 View commit details
    Browse the repository at this point in the history
  5. Fixed ci issues

    v.stelmashchuk committed Aug 8, 2022
    Copy the full SHA
    c74d866 View commit details
    Browse the repository at this point in the history
  6. Update detekt-rules-performance/src/main/kotlin/io/gitlab/arturbosch/…

    …detekt/rules/performance/UnnecessaryPartOfBinaryExpression.kt
    
    Co-authored-by: Nicola Corti <corti.nico@gmail.com>
    VovaStelmashchuk and cortinico committed Aug 8, 2022
    Copy the full SHA
    02b9007 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fixed tests

    VovaStelmashchuk committed Aug 17, 2022
    Copy the full SHA
    6b79951 View commit details
    Browse the repository at this point in the history