-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 Scalafix rewrites for 1.0.0 #1793
Merged
Merged
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d537b03 - Browse repository at this point
Copy the full SHA d537b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for b296330 - Browse repository at this point
Copy the full SHA b296330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 090de4f - Browse repository at this point
Copy the full SHA 090de4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e8401 - Browse repository at this point
Copy the full SHA e0e8401View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa9c32 - Browse repository at this point
Copy the full SHA aaa9c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2512b3d - Browse repository at this point
Copy the full SHA 2512b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ad743 - Browse repository at this point
Copy the full SHA c2ad743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b04aeb - Browse repository at this point
Copy the full SHA 9b04aebView commit details
Commits on Aug 8, 2017
-
Collapse all the Scalafix rewrites into a single file.
This allows using `sbt scalafix github:typelevel/cats/v1_0_0` for invoking the rewrite.
Configuration menu - View commit details
-
Copy full SHA for 1446aa4 - Browse repository at this point
Copy the full SHA 1446aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a54bd - Browse repository at this point
Copy the full SHA 15a54bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8befa - Browse repository at this point
Copy the full SHA 6c8befaView commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 718f7dc - Browse repository at this point
Copy the full SHA 718f7dcView commit details -
Handle cartesian builders without wrapping parenthesis
Now `a |@| b |@| c mapN f` correctly becomes `(a, b, c) mapN f`
Configuration menu - View commit details
-
Copy full SHA for 73f744f - Browse repository at this point
Copy the full SHA 73f744fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0eca72 - Browse repository at this point
Copy the full SHA c0eca72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971c012 - Browse repository at this point
Copy the full SHA 971c012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42437bd - Browse repository at this point
Copy the full SHA 42437bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6641a7 - Browse repository at this point
Copy the full SHA b6641a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f82d24 - Browse repository at this point
Copy the full SHA 9f82d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6729d - Browse repository at this point
Copy the full SHA ea6729dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0311cc2 - Browse repository at this point
Copy the full SHA 0311cc2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.