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

Conversation

olafurpg
Copy link
Contributor

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 olafurpg force-pushed the config branch 3 times, most recently from 7ac529f to 62dea07 Compare February 22, 2017 17:50
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 olafurpg merged commit 4fddd0a into scalacenter:master Feb 22, 2017
bjaglin pushed a commit to liancheng/scalafix that referenced this pull request May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant