Skip to content

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 20, 2020
1 parent c4b2265 commit 57c8241
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Recommended rubocop version: ~> 0.78.0

AllCops:
Exclude:
- 'db/schema.rb'
Expand Down Expand Up @@ -509,7 +511,7 @@ Style/WhileUntilModifier:
Metrics/BlockNesting:
Max: 3

Metrics/LineLength:
Layout/LineLength:
Max: 120
AllowHeredoc: true
AllowURI: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 6.0.0'
gem 'rubocop', '0.77.0', require: false
gem 'rubocop', '0.78.0', require: false
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
parallel (1.19.1)
parser (2.6.5.0)
parser (2.7.0.0)
ast (~> 2.4.0)
rack (2.0.7)
rack-test (1.1.0)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rubocop (0.77.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand Down Expand Up @@ -161,8 +161,8 @@ DEPENDENCIES
mocha (>= 1.10.0)
rails (~> 6.0.0)
rake
rubocop (= 0.77.0)
rubocop (= 0.78.0)
tzinfo-data (>= 1.2019.3)

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit 57c8241

Please sign in to comment.