Skip to content

Commit

Permalink
mark as wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
vonbecmann committed Sep 3, 2023
1 parent bb76a14 commit 4ca3e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion repository/LinkedList-Core/ManifestLinkedListCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ ManifestLinkedListCore class >> ruleRBOverridesDeprecatedMethodRuleV1FalsePositi

{ #category : #'code-critics' }
ManifestLinkedListCore class >> ruleUtilityMethodsRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#AssociationList #is:equalTo: #false)) #'2020-02-22T00:35:55.836527-03:00') #(#(#RGMethodDefinition #(#IdentityAssociationList #is:equalTo: #false)) #'2020-02-28T07:25:15.150901-03:00') )

<ignoreForCoverage>
^ #(#(#(#RGMethodDefinition #(#AssociationList #is:equalTo: #false)) #'2020-02-22T00:35:55.836527-03:00') #(#(#RGMethodDefinition #(#IdentityAssociationList #is:equalTo: #false)) #'2020-02-28T07:25:15.150901-03:00') #(#(#RGMethodDefinition #(#UndefinedObject #removeNodeFrom: #false)) #'2023-09-03T12:34:42.786321-03:00') )
]

0 comments on commit 4ca3e27

Please sign in to comment.