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

Add awesome configuration. #70

Merged
merged 1 commit into from
Feb 22, 2017
Merged

Add awesome configuration. #70

merged 1 commit into from
Feb 22, 2017

Commits on Feb 22, 2017

  1. Add awesome configuration.

    This commit replaces the ad-hoc parsing of .scalafix.conf
    with automatic readers generated by metaconfig https://github.com/olafurpg/metaconfig.
    
    This makes it easy to
    - parse select patches from .scalafix.conf, e (e.g. Replace,
      AddGlobalImport, RemoveGlobalImport)
    - add useful options such as debug.printSymbols for users trying to
      write custom replace patches in .scalafix.conf
    olafurpg committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    529303d View commit details
    Browse the repository at this point in the history