catstodon/db/migrate/.rubocop.yml
2024-10-04 17:48:03 +02:00

9 lines
238 B
YAML

inherit_from: ../../.rubocop.yml
Naming/VariableNumber:
CheckSymbols: false
# Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
Rails/CreateTableWithTimestamps:
Include:
- '*.rb'