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

Don't run rules annotated with @RequiresTypeResolution when running plain detekt #5176

Merged
merged 5 commits into from Sep 8, 2022

Commits on Sep 8, 2022

  1. Improve tests

    BraisGabin committed Sep 8, 2022
    Copy the full SHA
    c1a6204 View commit details
    Browse the repository at this point in the history
  2. Use reflection to disable the rules that require type solving when th…

    …e BindingContext is empty
    BraisGabin committed Sep 8, 2022
    Copy the full SHA
    82cfcb1 View commit details
    Browse the repository at this point in the history
  3. Update detekt-core/src/main/kotlin/io/gitlab/arturbosch/detekt/core/A…

    …nalyzer.kt
    
    Co-authored-by: marschwar <marschwar@users.noreply.github.com>
    BraisGabin and marschwar committed Sep 8, 2022
    Copy the full SHA
    bd1108b View commit details
    Browse the repository at this point in the history
  4. Improve documentation

    BraisGabin committed Sep 8, 2022
    Copy the full SHA
    7810ba8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5c1a3b9 View commit details
    Browse the repository at this point in the history