Skip to content

Commit 3147ea0

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cloud_controller/diego/docker/staging_completion_handler.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ 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)
3132
end
33+
# rubocop:enable Style/OptionalBooleanParameter
3234

3335
private
3436

0 commit comments

Comments
 (0)