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