Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jun 26, 2020
1 parent fe0644b commit 1f21227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/GeneralRules/ReImplementedNotSentRule.class.st
Expand Up @@ -43,6 +43,12 @@ ReImplementedNotSentRule class >> cleanUp [
self reset
]

{ #category : #accessing }
ReImplementedNotSentRule class >> enabled [
"turned off as it is too slow"
^false
]

{ #category : #initialization }
ReImplementedNotSentRule class >> initialize [
self reset.
Expand Down

0 comments on commit 1f21227

Please sign in to comment.