-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #324 from xuwei-k/slash-syntax
avoid deprecated old shell syntax
- Loading branch information
Showing
15 changed files
with
100 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-> tests/test | ||
> testsTarget2_13/test:run --save-expect | ||
> tests/test | ||
-> tests / test | ||
> testsTarget2_13 / Test / run --save-expect | ||
> tests / test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-> example/scalafix --test | ||
-> example / scalafix --test | ||
$ sleep 2000 | ||
> checkLogs | ||
> example/scalafix | ||
> example/scalafix --test | ||
> tests/test | ||
> example / scalafix | ||
> example / scalafix --test | ||
> tests / test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-> app/scalafix --test ProcedureSyntax | ||
> app/scalafix ProcedureSyntax | ||
> app/scalafix --test ProcedureSyntax | ||
-> app / scalafix --test ProcedureSyntax | ||
> app / scalafix ProcedureSyntax | ||
> app / scalafix --test ProcedureSyntax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
-> ; example/scalafix --test ; example/it:scalafix --test | ||
-> example/scalafixAll --test | ||
> example/it:scalafix | ||
> example/it:scalafix --test | ||
-> example/scalafix --test | ||
> tests/test | ||
> example/scalafixAll | ||
> example/scalafixAll --test | ||
> example/scalafix --test | ||
-> ; example / scalafix --test ; example / IntegrationTest / scalafix --test | ||
-> example / scalafixAll --test | ||
> example / IntegrationTest / scalafix | ||
> example / IntegrationTest / scalafix --test | ||
-> example / scalafix --test | ||
> tests / test | ||
> example / scalafixAll | ||
> example / scalafixAll --test | ||
> example / scalafix --test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
> service/scalafix LocalSyntacticRule | ||
> service / scalafix LocalSyntacticRule | ||
|
||
# ensure updates to the rule definition (that we make sure compiles first) is reflected in the next run | ||
> rules/test:compile | ||
> rules / Test / compile | ||
$ copy-file rules/src/test/scala/local/Boom.scala rules/src/main/scala/local/Boom.scala | ||
$ delete rules/src/main/scala/local/NoOp.scala | ||
-> service/scalafix LocalSyntacticRule | ||
-> service / scalafix LocalSyntacticRule | ||
|
||
# make sure scalafixDependencies is also honored by running a rule from a remote JAR | ||
> service/scalafix SyntacticRule | ||
> service / scalafix SyntacticRule | ||
|
||
# run a rule included from a remote JAR referenced via the Scalafix ivy config | ||
> service/scalafix SyntacticRule | ||
> service / scalafix SyntacticRule | ||
|
||
> sameproject/scalafix SameProjectSyntacticRule | ||
> sameproject / scalafix SameProjectSyntacticRule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-> root/scalafix --check RemoveUnused | ||
> root/scalafix RemoveUnused | ||
> root/scalafix --check RemoveUnused | ||
-> root / scalafix --check RemoveUnused | ||
> root / scalafix RemoveUnused | ||
> root / scalafix --check RemoveUnused |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-> scala212/scalafix --check | ||
> scala212/scalafix | ||
> scala212/scalafix --check | ||
-> scala212 / scalafix --check | ||
> scala212 / scalafix | ||
> scala212 / scalafix --check | ||
|
||
-> scala213/scalafix --check | ||
> scala213/scalafix | ||
> scala213/scalafix --check | ||
-> scala213 / scalafix --check | ||
> scala213 / scalafix | ||
> scala213 / scalafix --check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
> scalafixEnable | ||
-> compile:scalafix --test | ||
> compile:scalafix --auto-suppress-linter-errors | ||
> compile:scalafix --test | ||
-> Compile / scalafix --test | ||
> Compile / scalafix --auto-suppress-linter-errors | ||
> Compile / scalafix --test | ||
|
||
> check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters