lib/scss_lint/cli.rb in scss_lint-0.47.0 vs lib/scss_lint/cli.rb in scss_lint-0.47.1

- old
+ new

@@ -180,10 +180,10 @@ config end # @param options [Hash] # @param lints [Array<Lint>] - # @param files [Array<String>] + # @param files [Array<Hash>] def report_lints(options, lints, files) sorted_lints = lints.sort_by { |l| [l.filename, l.location] } options.fetch(:reporters).each do |reporter, output| results = reporter.new(sorted_lints, files, log).report_lints next unless results