6 7 8 9 10 11 12 13 14 15 16
# File 'lib/standard/runners/rubocop.rb', line 6 def call(config) rubocop_runner = RuboCop::CLI::Command::ExecuteRunner.new( RuboCop::CLI::Environment.new( config.rubocop_options, config.rubocop_config_store, config.paths ) ) rubocop_runner.run end