Class: RuboCop::Formatter::AutoGenConfigFormatter
- Inherits:
-
ProgressFormatter
- Object
- BaseFormatter
- SimpleTextFormatter
- ClangStyleFormatter
- ProgressFormatter
- RuboCop::Formatter::AutoGenConfigFormatter
- Defined in:
- lib/rubocop/formatter/auto_gen_config_formatter.rb
Overview
Does not show individual offenses in the console.
Constant Summary
Constants inherited from ProgressFormatter
Constants inherited from ClangStyleFormatter
Constants inherited from SimpleTextFormatter
SimpleTextFormatter::COLOR_FOR_SEVERITY
Instance Attribute Summary
Attributes inherited from BaseFormatter
Instance Method Summary collapse
Methods inherited from ProgressFormatter
#file_finished, #initialize, #report_file_as_mark, #started
Methods included from TextUtil
Methods inherited from ClangStyleFormatter
Methods inherited from SimpleTextFormatter
#file_finished, #report_file, #report_summary, #started
Methods included from PathUtil
absolute?, match_path?, pwd, relative_path, reset_pwd, smart_path
Methods included from Colorizable
Methods inherited from BaseFormatter
#file_finished, #file_started, #initialize, #started
Constructor Details
This class inherits a constructor from RuboCop::Formatter::ProgressFormatter
Instance Method Details
#finished(inspected_files) ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/rubocop/formatter/auto_gen_config_formatter.rb', line 7 def finished(inspected_files) output.puts report_summary(inspected_files.size, @total_offense_count, @total_correction_count) end |