mastodon/db/migrate/.rubocop.yml
2024-12-11 14:25:48 +00:00

14 lines
395 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'
# Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
Rails/ThreeStateBooleanColumn:
Include:
- '*.rb'