QualityAssistant icon indicating copy to clipboard operation
QualityAssistant copied to clipboard

A live feedback code quality tool for Pharo

Results 13 QualityAssistant issues
Sort by recently updated
recently updated
newest added

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_** ![calypsospellingerror](https://user-images.githubusercontent.com/572263/39805958-b21b13fa-5378-11e8-9f8b-f0f004bca30c.png)

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" ![qa-1](https://cloud.githubusercontent.com/assets/1276328/16014427/5bf0dccc-3191-11e6-8157-9c10a03cf8ae.png) However if I use slot template (System Settings...

bug

Tommaso Dal Sasso suggests to replace thumb\* icons with arrows (triangles)

enhancement

(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...

enhancement
SmallLint

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...

enhancement

A tab that lists all the "ignore" manifest entries that apply to this code > suggested by Ben Coman

enhancement
gt-inspector

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_

enhancement
gt-inspector