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