discourse/migrations/.rubocop.yml
Gerhard Schlager 71a90dcba2 DEV: Refactor migrations-tooling
* 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
2025-04-07 17:22:36 +02:00

5 lines
83 B
YAML

inherit_from: ../.rubocop.yml
Style/HashSyntax:
EnforcedShorthandSyntax: always