Skip to content

Commit b65c9f1

Browse files
committed
Move RuboCop setup off Aliki branch
1 parent 930f9f3 commit b65c9f1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#inherit_from:
22
# - .rubocop_todo.yml
33

4-
AllCops:
5-
NewCops: disable
6-
SuggestExtensions: false
7-
84
Metrics:
95
Enabled: false
106
Layout/LineLength:
@@ -44,9 +40,9 @@ Naming/VariableNumber:
4440
Enabled: false
4541
Naming/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
5147
Style/MissingRespondToMissing: # this doesn't exist in 1.8/1.9
5248
Enabled: false

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
1413
end

0 commit comments

Comments
 (0)