Method: RuboCop::Runner#initialize
- Defined in:
- lib/rubocop/runner.rb
#initialize(options, config_store) ⇒ Runner
Returns a new instance of Runner.
59 60 61 62 63 64 65 |
# File 'lib/rubocop/runner.rb', line 59 def initialize(, config_store) @options = @config_store = config_store @errors = [] @warnings = [] @aborting = false end |