mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-09 04:54:54 +00:00
We don't want foreign keys in migrations going forward as they can be expensive for large tables. However, we shouldn't be changing old migrations, so we're having rubocop ignore it in this plugin for now.
9 lines
158 B
YAML
9 lines
158 B
YAML
AllCops:
|
|
Exclude:
|
|
- 'gems/**/*'
|
|
inherit_gem:
|
|
rubocop-discourse: default.yml
|
|
|
|
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
|
Enabled: false
|