lib/pelusa.rb in pelusa-0.1.1 vs lib/pelusa.rb in pelusa-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ module Pelusa # Public: Runs the runner on a set of files. # # Returns an Array of results of a given Reporter def self.run(files=[], reporter=StdoutReporter) - lints = configuration.enabled_lints + lints = configuration.enabled_lints runner = Runner.new(lints, reporter) runner.run(files) end # Return configuration