Hi,
is there a simple way to add certain rule as ignored? Something like "right click -> supress rule"
I am working on tools that do use metaprogramming, so it tends to complain, and for example in roassal there is a common pattern
element := RTBox new size: 50; elementOn: 'sth'.
But that of course complains about missing "; yourself". Of course I could break it into two statements but that is counter-productive.
So it would be nice if I could with a simple click ignore certain rules.
Thanks,
Peter