class SCSSLint::Reporter::FilesReporter

Reports a single line per file.

Public Instance Methods

report_lints() click to toggle source
# File lib/scss_lint/reporter/files_reporter.rb, line 4
def report_lints
  lints.map(&:filename).uniq.join("\n") + "\n" if lints.any?
end