Skip to content

Commit b55e505

Browse files
authored
Merge pull request #539 from Shopify/dependabot/bundler/rubocop-shopify-2.15.1
Bump rubocop-shopify from 2.11.1 to 2.15.1
2 parents 2c1b76d + d4397bc commit b55e505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/lru_hash_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def create_circuit_breaker(name, exceptions = true, bulkhead = false, error_time
270270
end
271271

272272
def create_bulkhead(name, bulkhead)
273-
return nil unless bulkhead
273+
return unless bulkhead
274274

275275
Semian::Resource.new(name, tickets: 1, quota: nil, permissions: 0660, timeout: 0)
276276
end

0 commit comments

Comments
 (0)