File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# inherit_from:
22# - .rubocop_todo.yml
33
4- AllCops :
5- NewCops : disable
6- SuggestExtensions : false
7-
84Metrics :
95 Enabled : false
106Layout/LineLength :
@@ -44,9 +40,9 @@ Naming/VariableNumber:
4440 Enabled : false
4541Naming/AccessorMethodName : # this creates breaking changes in the API
4642 Enabled : false
47- Naming/PredicatePrefix : # this creates breaking changes in the API
43+ Naming/PredicateName : # this creates breaking changes in the API
4844 Enabled : false
49- Lint/MissingSuper : # this doesn't exist in 1.8/1.9
45+ Style/MethodMissingSuper : # this doesn't exist in 1.8/1.9
5046 Enabled : false
5147Style/MissingRespondToMissing : # this doesn't exist in 1.8/1.9
5248 Enabled : false
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ group :development do
88 gem 'rake'
99 gem 'rdoc' , RUBY_VERSION < '2.7.0' ? '~> 6.0' : nil
1010 gem 'rspec'
11- gem 'rubocop' , '~> 1.86' if RUBY_VERSION >= '2.7.0'
1211 gem 'simplecov' if RUBY_VERSION >= '2.7.0'
1312 gem 'webrick'
1413end
You can’t perform that action at this time.
0 commit comments