discourse-subscriptions/.rubocop.yml

9 lines
189 B
YAML
Raw Permalink Normal View History

2020-09-01 21:31:38 -04:00
inherit_gem:
rubocop-discourse: stree-compat.yml
AllCops:
Exclude:
- "gems/**/*"
- "vendor/bundle/**/*"
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
Enabled: false