QualityAssistant
QualityAssistant copied to clipboard
A live feedback code quality tool for Pharo
For example, if it is desirable by a project to add a rule explaining an API misuse, is it possible for this project to provide such rule that once installed...
Checks for repeated literal **_equalitity_** tests that should rather be implemented as a search in a literal collection. tity made me giggle... **_equalitity_** should be **_equality_** 
Mocketry (and I assume mocks in general) make use of #doesNotUnderstand: , which means that QA will go crazy. :) For example, Mocketry uses `Arg` class for capturing arguments.. so...
I don't know how common such problem is (it certainly is for me), but it happens quite often that I add a new package to a repository, but I forget...
When I use regular template then it is highlighted as expected when I click on "Instance variable not read and written"  However if I use slot template (System Settings...
Tommaso Dal Sasso suggests to replace thumb\* icons with arrows (triangles)
(I am not sure if suggestions for new rules should go here or to fogzbugz; I can move it if needed…) A new rule that would warn me if I...
In Roassal there's very common pattern ``` st el := RTEllipse new size: 14; color: Color black; element ``` so I am in fact returning an instance of `RTElement` and...
A tab that lists all the "ignore" manifest entries that apply to this code > suggested by Ben Coman
Add a presentation tab to a critic GTInspector presentation to display a rewritten code for transformation rules. :heavy_plus_sign: add an action to apply the transformation > suggested by _Ben Coman_