Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
That’s why it’s not in production :). Thank you for the feedback > On 25 Apr 2015, at 11:54, Peter Uhnák wrote: > > Excellent! > > I'm also noticing that this doesn't use the CriticBrowser's Manifest class, > but I assume this is already somewhere on your todo list. (I'm not very fond > of

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Peter Uhnák
Excellent! I'm also noticing that this doesn't use the CriticBrowser's Manifest class, but I assume this is already somewhere on your todo list. (I'm not very fond of the pragma usage here, it would be nice to have it as metadata (in a possibly separate window which I can't open/close on demand)).

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
Hi Peter. For now - no, but you can check a prototype if you load QualityAssistant with: Metacello new baseline: #QualityAssistant; repository: 'github://Uko/QualityAssistant:development'; load Want to make a whole new philosophy of how do you tell which parts should be ch

[Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Peter Uhnák
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 cours