This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -319,3 +319,9 @@ Layout/SpaceAroundMethodCallOperator:
319319Style/ExponentialNotation :
320320 Enabled : true
321321
322+ Layout/EmptyLinesAroundAttributeAccessor :
323+ Enabled : false
324+
325+ Style/SlicingWithRange :
326+ Enabled : true
327+
Original file line number Diff line number Diff 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'
9494end
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments