Skip to content

Commit

Permalink
Merge 66d2db1 into 17efb0c
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jun 3, 2020
2 parents 17efb0c + 66d2db1 commit 37b6796
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .rubocop_dnsimple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,13 @@ Style/SlicingWithRange:
# Introduced in rubocop 0.84.0
Lint/DeprecatedOpenSSLConstant:
Enabled: true

# Introduced in rubocop 0.85.0
Lint/MixedRegexpCaptureTypes:
Enabled: true

Style/RedundantRegexpCharacterClass:
Enabled: true

Style/RedundantRegexpEscape:
Enabled: true
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false
gem 'rubocop', '0.84.0', require: false
gem 'rubocop', '0.85.0', require: false
gem 'rubocop-performance', require: false
2 changes: 1 addition & 1 deletion spec/dnsimple/client/registrar_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

context "when premium price" do
before do
stub_request(:get, %r{/v2/#{account_id}/registrar/domains/.+/premium_price[\?action]*})
stub_request(:get, %r{/v2/#{account_id}/registrar/domains/.+/premium_price[?action]*})
.to_return(read_http_fixture("getDomainPremiumPrice/success.http"))
end

Expand Down

0 comments on commit 37b6796

Please sign in to comment.