Skip to content

Commit e71daca

Browse files
authored
Merge pull request #306 from github/mgriffin/specify
Specify the plugin class name explicitly
2 parents b81e488 + 0429371 commit e71daca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/default.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ require:
55
- rubocop-github
66

77
plugins:
8-
- rubocop-performance
8+
- rubocop-performance:
9+
plugin_class_name: RuboCop::Performance::Plugin
910

1011
Bundler/DuplicatedGem:
1112
Enabled: true

config/rails.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ require:
55
- rubocop-github-rails
66

77
plugins:
8-
- rubocop-rails
8+
- rubocop-rails:
9+
plugin_class_name: RuboCop::Rails::Plugin
910

1011
GitHub/RailsControllerRenderActionSymbol:
1112
Enabled: true

0 commit comments

Comments
 (0)