in lib/cc/engine/rubocop.rb [51:58]
def config_store
@config_store ||= RuboCop::ConfigStore.new.tap do |config_store|
if (config_file = engine_config["config"])
config_store.options_config = config_file
end
end
end