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

Refactor scalafix migration rewrite #1

Merged
merged 2 commits into from
Sep 11, 2017

Commits on Sep 11, 2017

  1. Refactor scalafix migration rewrite

    - ctx.replaceSymbols also renames
    - ctx.replaceSymbols also removes imports
    - Tree.is[Comma] instead of `.syntax == ","`
    - Tree.collectFirst/exists from contrib module.
    - tokenList.leading().takeWhile to strip leading whitespace
    olafurpg committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    3864dc6 View commit details
    Browse the repository at this point in the history
  2. s/last/head/

    olafurpg committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    e6f59d1 View commit details
    Browse the repository at this point in the history