Tools__LintRuleList.st
changeset 16442 2bf5919298e3
parent 16438 a40d4e889605
child 16445 6bc184e74f9c
child 16589 dd0be6051d87
--- a/Tools__LintRuleList.st	Wed May 04 21:19:13 2016 +0200
+++ b/Tools__LintRuleList.st	Wed May 04 21:19:24 2016 +0200
@@ -546,9 +546,9 @@
 runRuleAgain
     self selectedLintRules value do:[:eachRule |
         eachRule run.
-        self updateList.
-        self updateOutputGenerator        
     ].    
+    "/ self updateList.
+    self updateOutputGenerator        
 ! !
 
 !LintRuleList methodsFor:'private'!