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

scalafixOnCompile setting key #140

Merged
merged 3 commits into from
Jul 13, 2020
Merged

Commits on Jul 8, 2020

  1. introduce scalafixOnCompile

    Users can control whether scalafix (running the default rules declared
    in .scalafix.conf) should be run as part of `compile` at the project &
    configuration level.
    
    The value of scalafixOnCompile is ignored when invoking directly
    scalafix or scalafixAll, as the CLI arguments (if there are any)
    take precedence over the default rules. That means for example that
    `scalafix --check` is safe to run even though scalafixOnCompile := true,
    as there will not be any rewrite triggered by the implicit compilation.
    github-brice-jaglin committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0cf5501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ba496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7562e24 View commit details
    Browse the repository at this point in the history