class RuboCop::Formatter::DisabledConfigFormatter
def finished(_inspected_files)
def finished(_inspected_files) output.puts format(HEADING, command: command, timestamp: timestamp) # Syntax isn't a real cop and it can't be disabled. @cops_with_offenses.delete('Lint/Syntax') output_offenses puts "Created #{output.path}." end