We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b2712 + ed87dfa commit 86a5c1fCopy full SHA for 86a5c1f
.rubocop_todo.yml
@@ -7,7 +7,7 @@ Metrics/CyclomaticComplexity:
7
Max: 9 # default: 6
8
9
# Over time we'd like to get this down, but this is what we're at now.
10
-Metrics/LineLength:
+Layout/LineLength:
11
Max: 186 # default: 80
12
13
Gemfile
@@ -58,7 +58,7 @@ end
58
59
gem "rubyzip", '~> 1.2'
60
61
-gem 'rubocop', '~> 0.77.0'
+gem 'rubocop', '~> 0.79.0'
62
63
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
64
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
0 commit comments