mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 21:43:40 -05:00
15 lines
395 B
YAML
15 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'
|