mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-07 07:22:49 -05:00
20 lines
425 B
YAML
20 lines
425 B
YAML
inherit_from: ../../.rubocop.yml
|
|
|
|
Naming/VariableNumber:
|
|
CheckSymbols: false
|
|
|
|
# Below are all enabled as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
|
|
# TODO: Delete this file and move above config to base naming config
|
|
|
|
Rails/CreateTableWithTimestamps:
|
|
Include:
|
|
- '*.rb'
|
|
|
|
Rails/ThreeStateBooleanColumn:
|
|
Include:
|
|
- '*.rb'
|
|
|
|
Rails/ReversibleMigration:
|
|
Include:
|
|
- '*.rb'
|