Skip to content

Commit

Permalink
fixes 11162 by removing ReToDoRule and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Apr 26, 2022
1 parent 519f144 commit 679d7c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
5 changes: 0 additions & 5 deletions src/GeneralRules-Tests/ReSmalllintTest.class.st
Expand Up @@ -506,11 +506,6 @@ ReSmalllintTest >> testThreeElementPoint [
self ruleFor: self currentSelector
]

{ #category : #tests }
ReSmalllintTest >> testToDo [
self ruleFor: self currentSelector
]

{ #category : #tests }
ReSmalllintTest >> testToDoCollect [
self ruleFor: self currentSelector
Expand Down
52 changes: 0 additions & 52 deletions src/GeneralRules/ReToDoRule.class.st

This file was deleted.

5 changes: 0 additions & 5 deletions src/Refactoring-Tests-Critics/RBSmalllintTestObject.class.st
Expand Up @@ -453,11 +453,6 @@ RBSmalllintTestObject >> threeElementPoint [
^5 @ 5 + 6 @ 6
]

{ #category : #methods }
RBSmalllintTestObject >> toDo [
1 to: self size do: [:i | (self at: i) printString]
]

{ #category : #methods }
RBSmalllintTestObject >> toDoCollect [
| array |
Expand Down

0 comments on commit 679d7c7

Please sign in to comment.