Hi,

I have published a new version of the Critics Browser  (menuWorld > Tool > CriticBrowser).
The new version is
-  refactoring friendly.  Yes we listened to you :).
- the browser has been improved. It works with the latest Spec.

With the Critics browser you can inspect violations of the SmallLint rules and mark them as false positive or true positive (ToDo) and see previous warnings flagged as false positives or toDo.
In addition all the logic of the browser has been developed so that the manifest can be saved within the package without adding dependencies.

In this new version the format of the manifest has changed to be compatible with tools refactoting, the rules are organized in a tree and it�s possible to adds comment when we mark a false positive or todo.

We are writing a nice chapter on SmallLint, critics and other for the new book. Soon we will release it for reviews. 

Gofer
   new
   url: 'http://www.squeaksource.com/PharoTaskForces';
   package: 'ConfigurationOfManifest';
load.
((Smalltalk at: #ConfigurationOfManifest) project version: #stable) load

Simon