Skip to content

Commit 4f6e00d

Browse files
committed
Suppress Rubocop warning
* using "with_start: false" would lead to a bigger refactoring
1 parent 9fad82d commit 4f6e00d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cloud_controller/diego/docker/staging_completion_handler.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def self.schema
2525
}
2626
end
2727

28+
# rubocop:disable Style/OptionalBooleanParameter
2829
def staging_complete(payload, with_start=false)
2930
super
3031
BitsExpiration.new.expire_packages!(build.app)

0 commit comments

Comments
 (0)