mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-14 14:29:28 +00:00
17 lines
379 B
YAML
17 lines
379 B
YAML
inherit_from: ../../.rubocop.yml
|
|
|
|
# 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'
|