Skip to content

Commit

Permalink
Upgrade rubocop to version 0.86.0 (#192)
Browse files Browse the repository at this point in the history
* Update rubocop to version 0.86.0

* Update .rubocop_dnsimple.yml

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Santiago Traversa <santiago.traversa@gmail.com>
  • Loading branch information
depfu[bot] and san983 committed Jun 24, 2020
1 parent 015c52b commit 00f53fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop_dnsimple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,7 @@ Style/RedundantRegexpCharacterClass:

Style/RedundantRegexpEscape:
Enabled: true

# Introduced in rubocop 0.86.0
Style/RedundantFetchBlock:
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.85.1', require: false
gem 'rubocop', '0.86.0', require: false
gem 'rubocop-performance', require: false

0 comments on commit 00f53fa

Please sign in to comment.