Class: RuboCop::CLI::Command::ExecuteRunner
- 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
Instance Method Summary collapse
Methods included from Formatter::TextUtil
Methods inherited from Base
by_command_name, inherited, #initialize
Constructor Details
This class inherits a constructor from RuboCop::CLI::Command::Base
Instance Method Details
#run ⇒ Object
12 13 14 |
# File 'lib/rubocop/cli/command/execute_runner.rb', line 12 def run execute_runner(@paths) end |