-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
In Roassal there's very common pattern
el := RTEllipse new
size: 14;
color: Color black;
elementso I am in fact returning an instance of RTElement and not the receiver.
Of course QA says missing ";yourself".
This would require to be able to specify conditions for the code critic, such as
if receiver is subclass of RTShape then don't apply this (yourself) rule