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

Removed UnnecessaryAbstractClass if it inherits from a abstract class #5009

Merged
merged 6 commits into from Jul 10, 2022

Commits on Jul 3, 2022

  1. Removed UnnecessaryAbstractClass if it inherits from an interface or …

    …abstract class that has concrete members
    
    Removed deprecated annotations
    
    Revert "Removed deprecated annotations"
    
    This reverts commit 326a356
    
    fix return count rule violation
    gouri-panda committed Jul 3, 2022
    Copy the full SHA
    5736f42 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Removed UnnecessaryAbstractClass if it inherits from an interface or …

    …abstract class that has concrete members
    
    Removed deprecated annotations
    
    Revert "Removed deprecated annotations"
    
    This reverts commit 326a356
    
    fix return count rule violation
    gouri-panda committed Jul 7, 2022
    Copy the full SHA
    b5b5742 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/fix-4753' into fix-4753

    # Conflicts:
    #	detekt-rules-style/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/style/UnnecessaryAbstractClassSpec.kt
    gouri-panda committed Jul 7, 2022
    Copy the full SHA
    1a9aa3c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Copy the full SHA
    675c48c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69b3fd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Merge pull request #1 from amitdash291/fix-4753

    Handle corner case of multiple inheritance in UnnecessaryAbstractClass rule
    gouri-panda committed Jul 10, 2022
    Copy the full SHA
    2eabac7 View commit details
    Browse the repository at this point in the history