#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 21:19:24 +0200
changeset 16442 2bf5919298e3
parent 16441 6bebf1161410
child 16443 7ce9ab5ce5e2
#FEATURE by cg class: Tools::LintRuleList changed: #runRuleAgain
Tools__LintRuleList.st
--- 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'!