2020-05-07 00:41:15 +08:00
|
|
|
inherit_gem:
|
2023-01-07 19:11:08 +08:00
|
|
|
rubocop-discourse: stree-compat.yml
|
2020-06-17 14:50:34 +08:00
|
|
|
|
2020-06-17 15:47:44 +08:00
|
|
|
# Still work to do in ensuring we don't link old files
|
|
|
|
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
|
|
|
Enabled: false
|
2020-06-17 15:31:26 +08:00
|
|
|
|
2020-06-17 14:50:34 +08:00
|
|
|
Discourse/NoResetColumnInformationInMigrations:
|
|
|
|
Enabled: true
|
2023-02-16 17:40:11 +08:00
|
|
|
|
|
|
|
Lint/Debugger:
|
|
|
|
Exclude:
|
|
|
|
- script/**/*
|
2023-11-11 04:27:43 +08:00
|
|
|
|
|
|
|
RSpec/ContextWording:
|
|
|
|
Prefixes:
|
|
|
|
- when
|
|
|
|
- with
|
|
|
|
- without
|
|
|
|
- for
|
|
|
|
- while
|
|
|
|
- if
|
|
|
|
- as
|
|
|
|
- after
|
|
|
|
- in
|