Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Mar 11, 2024
1 parent d3e13f7 commit 31b4870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ running
rules

^ (OrderedCollection new
addAll: GRSlimeBlockLintRule allSubclasses;
addAll: GRSlimeParseTreeLintRule allSubclasses;
addAll: GRSlimeTransformationRule allSubclasses;
addAll: GRReSlimeBlockLintRule allSubclasses;
addAll: GRReSlimeParseTreeLintRule allSubclasses;
addAll: GRReSlimeTransformationRule allSubclasses;
add: ReMultiplePeriodsTerminatingStatementRule;
add: ReMethodSignaturePeriodRule;
yourself) reject: #isAbstract
Original file line number Diff line number Diff line change
@@ -1 +1 @@
self packageOrganizer ensurePackage: #'Grease-Tests-Pharo-Slime' withTags: #()!
SystemOrganization addCategory: #'Grease-Tests-Pharo-Slime'!

0 comments on commit 31b4870

Please sign in to comment.