Skip to content

Commit

Permalink
Merge pull request #17969 from opf/fix/rubocop_interpolation_and_plugins
Browse files Browse the repository at this point in the history
Fix/rubocop interpolation and plugins
  • Loading branch information
oliverguenther authored Feb 17, 2025
2 parents c203024 + f132df8 commit 21b775d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
require:
- rubocop-openproject
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails
- rubocop-capybara
- rubocop-factory_bot
- rubocop-performance
- ./config/initializers/inflections.rb

<% if File.exist?('.rubocop-local.yml') %>
plugins: rubocop-rails

# A rubocop-local.yml file can be added to customized the styles
inherit_from:
- .rubocop-local.yml
<% end %>
- .rubocop-local*.yml

inherit_mode:
merge:
Expand Down

0 comments on commit 21b775d

Please sign in to comment.