mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
93e2dad656
This commit introduces the necessary gems and config, but adds all our ruby code directories to the `--ignore-files` list. Future commits will apply syntax_tree to parts of the codebase, removing the ignore patterns as we go
10 lines
245 B
YAML
10 lines
245 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
|