2023-10-18 21:26:22 +09:00
|
|
|
inherit_from: ../../.rubocop.yml
|
|
|
|
|
|
|
|
Naming/VariableNumber:
|
|
|
|
CheckSymbols: false
|
2024-10-01 22:56:43 +09:00
|
|
|
|
2024-12-12 00:50:50 +09: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 22:56:43 +09:00
|
|
|
Rails/CreateTableWithTimestamps:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|
2024-12-11 23:25:48 +09:00
|
|
|
|
|
|
|
Rails/ThreeStateBooleanColumn:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|
2024-12-12 00:50:50 +09:00
|
|
|
|
|
|
|
Rails/ReversibleMigration:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|