Skip to content

Commit 836bf19

Browse files
committed
Suppress RuboCop's warnings
This PR suppresses the following RuboCop's warnings: ```console rubocop/cop/internal_affairs extension supports plugin, specify `plugins: rubocop/cop/internal_affairs` instead of `require: rubocop/cop/internal_affairs` in /Users/koic/src/github.com/rubocop/rubocop-ast/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. Specify `rubocop-internal_affairs` instead of `rubocop/cop/internal_affairs` in your configuration. rubocop-performance extension supports plugin, specify `plugins: rubocop-performance` instead of `require: rubocop-performance` 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 680e4dc commit 836bf19

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.rubocop.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# This is the configuration used to check the rubocop source code.
22

33
inherit_from: .rubocop_todo.yml
4-
require:
5-
- rubocop/cop/internal_affairs
4+
5+
plugins:
6+
- rubocop-internal_affairs
67
- rubocop-performance
8+
9+
require:
710
- rubocop-rspec
811

912
AllCops:

0 commit comments

Comments
 (0)