File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scalafix-tests/unit/src/test/scala/scalafix/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 Run the following commands to generate a skeleton project
5757
5858 @hl.scala
59- // by convention, --rewrite= should match the Github repo name.
59+ // by convention, --rewrite= should match the GitHub repo name.
6060 // this makes it possible for users to run `scalafix github:org/reponame/v1.0`
6161 sbt new scalacenter/scalafix.g8 --rewrite "reponame" --version=v1.0
6262 cd reponame/scalafix
186186 @code{scalafix --rewrites https://gist....} where the url
187187 points to the plaintext contents of your rewrite.
188188
189- If your rewrite uses a custom library @code{foo} , then it's a bit tricky
189+ If your rewrite uses a custom library, then it's a bit tricky
190190 to share it. See @issue(201) for more updates.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import scalafix.reflect.ScalafixCompilerDecoder.GitHubUrlRewrite
55import metaconfig .Conf
66import org .scalatest .FunSuite
77
8- class GithubUrlRewriteSuite extends FunSuite {
8+ class GitHubUrlRewriteSuite extends FunSuite {
99 def check (original : String , expected : String ): Unit = {
1010 test(original) {
1111 Conf .Str (original) match {
You can’t perform that action at this time.
0 commit comments