DCP: Allow unused keyword arguments for Rubocop
This commit is contained in:
@ -104,7 +104,7 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
|
||||
Rails.logger.debug { "#{Time.zone.now.getutc.inspect}: Finished copying files" }
|
||||
end
|
||||
|
||||
def retrieve_files(path: './', recursive: true, privileged_execution: false)
|
||||
def retrieve_files(path: './', recursive: true, privileged_execution: false) # rubocop:disable Lint/UnusedMethodArgument for the keyword argument
|
||||
# The DockerContainerPool does not support retrieving files from the runner.
|
||||
{'files' => []}
|
||||
end
|
||||
|
Reference in New Issue
Block a user