Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 9abb743

Browse files
committed
Update rubocop to 0.83.0
Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent 8ee3e0f commit 9abb743

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,9 @@ Layout/SpaceAroundMethodCallOperator:
319319
Style/ExponentialNotation:
320320
Enabled: true
321321

322+
Layout/EmptyLinesAroundAttributeAccessor:
323+
Enabled: false
324+
325+
Style/SlicingWithRange:
326+
Enabled: true
327+

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ group :test do
8888
gem 'rspec-rails', '~> 3.9.1'
8989
gem 'rspec-wait'
9090
gem 'rspec_api_documentation', '>= 6.1.0'
91-
gem 'rubocop', '~> 0.82.0'
91+
gem 'rubocop', '~> 0.83.0'
9292
gem 'timecop'
9393
gem 'webmock', '> 2.3.1'
9494
end

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,7 @@ GEM
394394
activesupport (>= 3.0.0)
395395
mustache (~> 1.0, >= 0.99.4)
396396
rspec (~> 3.0)
397-
rubocop (0.82.0)
398-
jaro_winkler (~> 1.5.1)
397+
rubocop (0.83.0)
399398
parallel (~> 1.10)
400399
parser (>= 2.7.0.1)
401400
rainbow (>= 2.2.2, < 4.0)
@@ -563,7 +562,7 @@ DEPENDENCIES
563562
rspec-rails (~> 3.9.1)
564563
rspec-wait
565564
rspec_api_documentation (>= 6.1.0)
566-
rubocop (~> 0.82.0)
565+
rubocop (~> 0.83.0)
567566
ruby-debug-ide (>= 0.7.0.beta4)
568567
rubyzip (>= 1.3.0)
569568
scientist (~> 1.1.0)

0 commit comments

Comments
 (0)