Skip to content

Commit 783ebe4

Browse files
committed
Use RuboCop RSpec 3.5 for development
This commit uses RuboCop RSpec 3.5 for development and suppresses the following warning: ```console $ bundle exec rubocop rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in /Users/koic/src/github.com/rubocop/rubocop-ast/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. ```
1 parent 836bf19 commit 783ebe4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ inherit_from: .rubocop_todo.yml
55
plugins:
66
- rubocop-internal_affairs
77
- rubocop-performance
8-
9-
require:
108
- rubocop-rspec
119

1210
AllCops:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
gem 'rubocop', '>= 1.0'
3131
end
3232
gem 'rubocop-performance'
33-
gem 'rubocop-rspec', '~> 3.0.0'
33+
gem 'rubocop-rspec', '~> 3.5.0'
3434
end
3535

3636
local_gemfile = File.expand_path('Gemfile.local', __dir__)

0 commit comments

Comments
 (0)