# HG changeset patch # User Jan Vrany # Date 1327309674 -3600 # Node ID 77e12dbe97d3871c2f95a4f278f6a73ee4b5b32a # Parent 40162ba134364775707e011a92a6f9a224f05c04 changed: #runReport diff -r 40162ba13436 -r 77e12dbe97d3 reports/Builder__LintReport.st --- a/reports/Builder__LintReport.st Mon Jan 23 10:00:34 2012 +0100 +++ b/reports/Builder__LintReport.st Mon Jan 23 10:07:54 2012 +0100 @@ -191,6 +191,7 @@ [ wasTryLocalSources := Class tryLocalSourceFirst. + Class tryLocalSourceFirst: true. SmalllintChecker runRule: (RBCompositeLintRule rules: rules) onEnvironment: environment. @@ -201,8 +202,7 @@ Class tryLocalSourceFirst: wasTryLocalSources ] - "Modified: / 23-01-2012 / 00:46:20 / Jan Vrany " - "Modified (format): / 23-01-2012 / 08:52:56 / Jan Vrany " + "Modified: / 23-01-2012 / 09:04:55 / Jan Vrany " ! setUp