1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 07:06:18 +09:00
mastodon/db/migrate/.rubocop.yml
2024-10-01 13:56:43 +00:00

10 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'