mirror of
https://github.com/discourse/discourse.git
synced 2025-10-04 17:32:34 +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
4 lines
83 B
YAML
4 lines
83 B
YAML
inherit_from: ../.rubocop.yml
|
|
|
|
Style/HashSyntax:
|
|
EnforcedShorthandSyntax: always
|