-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the return and temps formatting rules to the PharoWithStyle pro…
…ject
- Loading branch information
Showing
3 changed files
with
1 addition
and
39 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
repository/Grease-Tests-Pharo-Slime.package/GRReSlimeTest.class/instance/rules.st
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,10 +1,8 @@ | ||
accessing-code | ||
running | ||
rules | ||
|
||
^ (OrderedCollection new | ||
addAll: GRReSlimeBlockLintRule allSubclasses; | ||
addAll: GRReSlimeParseTreeLintRule allSubclasses; | ||
" addAll: GRSlimeTransformationRule allSubclasses;" | ||
add: ReMultiplePeriodsTerminatingStatementRule; | ||
add: ReUnnecessaryLastPeriodRule; | ||
yourself) reject: #isAbstract |
16 changes: 0 additions & 16 deletions
16
...ory/Grease-Tests-Pharo-Slime.package/GRReSlimeTest.class/instance/testReturnFormatting.st
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...tory/Grease-Tests-Pharo-Slime.package/GRReSlimeTest.class/instance/testTempsFormatting.st
This file was deleted.
Oops, something went wrong.