mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
f7c57fbc19
We discussed the use of `unless` internally and decided to enforce available rules from rubocop to restrict its most problematic uses.
14 lines
290 B
YAML
14 lines
290 B
YAML
inherit_gem:
|
|
rubocop-discourse: stree-compat.yml
|
|
|
|
# Still work to do in ensuring we don't link old files
|
|
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
|
Enabled: false
|
|
|
|
Discourse/NoResetColumnInformationInMigrations:
|
|
Enabled: true
|
|
|
|
Lint/Debugger:
|
|
Exclude:
|
|
- script/**/*
|