Skip to content

Commit 86a5c1f

Browse files
authored
Merge pull request #2251 from RicardoTrindade/bump_rubocop
Updates rubocop to 0.79.0
2 parents 64b2712 + ed87dfa commit 86a5c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop_todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Metrics/CyclomaticComplexity:
77
Max: 9 # default: 6
88

99
# Over time we'd like to get this down, but this is what we're at now.
10-
Metrics/LineLength:
10+
Layout/LineLength:
1111
Max: 186 # default: 80
1212

1313
# Over time we'd like to get this down, but this is what we're at now.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ end
5858

5959
gem "rubyzip", '~> 1.2'
6060

61-
gem 'rubocop', '~> 0.77.0'
61+
gem 'rubocop', '~> 0.79.0'
6262

6363
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
6464
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)