On 30 avr. 2013, at 09:50, Camillo Bruni wrote:

>>> http://stackoverflow.com/questions/16294844/run-smalllint-rule-on-all-classes

Yes #run is useless (I open a bug entry so it run on all the system by 
default). 
Use #runOnEnvironment: instead:

RBUnclassifiedMethodsRule new 
        runOnEnvironment: RBBrowserEnvironment new; 
        result

Reply via email to