We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b81e488 + 0429371 commit e71dacaCopy full SHA for e71daca
config/default.yml
@@ -5,7 +5,8 @@ require:
5
- rubocop-github
6
7
plugins:
8
- - rubocop-performance
+ - rubocop-performance:
9
+ plugin_class_name: RuboCop::Performance::Plugin
10
11
Bundler/DuplicatedGem:
12
Enabled: true
config/rails.yml
- rubocop-github-rails
- - rubocop-rails
+ - rubocop-rails:
+ plugin_class_name: RuboCop::Rails::Plugin
GitHub/RailsControllerRenderActionSymbol:
0 commit comments