Skip to content

Commit

Permalink
Skip Rubocop 1.22.2 because of rubocop/rubocop#10184
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 23, 2021
1 parent 3f67637 commit 33d07c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -7,6 +7,7 @@ AllCops:
- 'spec/dummy_app/db/schema.rb'
- 'spec/dummy_app/tmp/**/*'
- 'vendor/bundle/**/*'
NewCops: disable
TargetRubyVersion: 2.5

Gemspec/DateAssignment:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,7 +35,7 @@ group :test do
gem 'rspec-rails', '>= 2.14'
gem 'rspec-expectations', '!= 3.8.3'
gem 'rspec-retry'
gem 'rubocop', ['~> 1.20', '!= 1.22.0'], require: false
gem 'rubocop', ['~> 1.20', '!= 1.22.2'], require: false
gem 'rubocop-performance', require: false
gem 'simplecov', '>= 0.9', require: false
gem 'simplecov-lcov', require: false
Expand Down

0 comments on commit 33d07c0

Please sign in to comment.