Class: RuboCop::CLI::Command::ExecuteRunner

Inherits:
Base
  • Object
show all
Includes:
Formatter::TextUtil
Defined in:
lib/rubocop/cli/command/execute_runner.rb

Overview

Run all the selected cops and report the result.

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods included from Formatter::TextUtil

pluralize

Methods inherited from Base

by_command_name, inherited, #initialize

Constructor Details

This class inherits a constructor from RuboCop::CLI::Command::Base

Instance Method Details

#runObject



12
13
14
# File 'lib/rubocop/cli/command/execute_runner.rb', line 12

def run
  execute_runner(@paths)
end