mirror of
https://github.com/discourse/discourse.git
synced 2025-04-22 19:04:24 +08:00

* Updates GitHub Action for migrations * Rubocop: Always `EnforcedShorthandSyntax` for hashes in the `migrations` directory * Automatically load all available converter steps * Enable YJIT at runtime, if available * Progressbar shows skipped records and other small improvements
5 lines
83 B
YAML
5 lines
83 B
YAML
inherit_from: ../.rubocop.yml
|
|
|
|
Style/HashSyntax:
|
|
EnforcedShorthandSyntax: always
|