2023-10-18 14:26:22 +02:00
|
|
|
inherit_from: ../../.rubocop.yml
|
|
|
|
|
2024-12-11 16:50:50 +01:00
|
|
|
# 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
|
|
|
|
|
2024-10-01 15:56:43 +02:00
|
|
|
Rails/CreateTableWithTimestamps:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|
2024-12-11 15:25:48 +01:00
|
|
|
|
|
|
|
Rails/ThreeStateBooleanColumn:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|
2024-12-11 16:50:50 +01:00
|
|
|
|
|
|
|
Rails/ReversibleMigration:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|