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

Introduce DefaultValue type #3928

Merged
merged 7 commits into from Jan 23, 2022

Commits on Nov 11, 2021

  1. Introduce DefaultValue type

    Markus Schwarz authored and marschwar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8cc6367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de993d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    6609e69 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Merge remote-tracking branch 'upstream/main' into feature/type-safe-d…

    …efault-value
    
    # Conflicts:
    #	detekt-generator/src/test/kotlin/io/gitlab/arturbosch/detekt/generator/collection/ConfigurationSpec.kt
    #	detekt-generator/src/test/kotlin/io/gitlab/arturbosch/detekt/generator/collection/RuleSetProviderCollectorSpec.kt
    Markus Schwarz committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    e53d412 View commit details
    Browse the repository at this point in the history
  2. use DefaultValue.of() explicitly

    Markus Schwarz committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    f56fa4e View commit details
    Browse the repository at this point in the history
  3. default getAsPlainString to toString

    Markus Schwarz committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    37a6394 View commit details
    Browse the repository at this point in the history
  4. rename ListDefault to StringListDefault

    Markus Schwarz committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    d9a6b3b View commit details
    Browse the repository at this point in the history