class HamlLint::Reporter::DisabledConfigReporter
def finished_file(file, lints)
-
(void)
-
Parameters:
-
lints
(Array
) -- -
file
(String
) --
def finished_file(file, lints) super if lints.any? lints.each do |lint| linters_with_lints[lint.linter.name] |= [lint.filename] linters_lint_count[lint.linter.name] += 1 end end end