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 scalafixAll InputTask #126

Merged
merged 2 commits into from
Jun 14, 2020
Merged

Commits on Jun 13, 2020

  1. remove settings initialization workaround

    sbt/sbt#3572 shows that the macro behind
    inputTaskDyn is too restrictive, so this is bypassing it, to use
    directly the helpers that the macro would generate if it was less
    permissive.
    github-brice-jaglin committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    2ca68e4 View commit details
    Browse the repository at this point in the history
  2. introduce scalafixAll to run scalafix across configurations

    * explicitly scope all value lookups to the current configuration in
      order to prevent scalafixAll from lookuping up in the Zero config
    * make sure scalafix and scalafixAll share the same cache for a given
      configuration
    github-brice-jaglin committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    7de73f0 View commit details
    Browse the repository at this point in the history