mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
a870361528
* Build(deps-dev): Bump rubocop-discourse from 3.4.0 to 3.4.1 Bumps [rubocop-discourse](https://github.com/discourse/rubocop-discourse) from 3.4.0 to 3.4.1. - [Commits](https://github.com/discourse/rubocop-discourse/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: rubocop-discourse dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Remove the setting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz <jradosz@gmail.com>
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/**/*
|