Skip to content

Commit

Permalink
SHARC-212 Update rubocop exclude inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrumholz committed Sep 19, 2023
1 parent cf23093 commit 6ab29f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions panolint-rails-rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ require:
- rubocop-rails
- rubocop-rspec

# This `inherit_mode` merges this repo's "Exclude" list with the list from
# `panolint-ruby`, which this config inherits from. When a repo uses this gem,
# and inherits from this config, it then inherits the merged exclusions list.
AllCops:
inherit_mode:
merge:
- Exclude
Exclude:
- "db/schema.rb"
- "db/migrate/**/*"
Expand Down

0 comments on commit 6ab29f0

Please sign in to comment.