2023-10-18 14:26:22 +02:00
|
|
|
inherit_from: ../../.rubocop.yml
|
|
|
|
|
|
|
|
Naming/VariableNumber:
|
|
|
|
CheckSymbols: false
|
2024-10-01 15:56:43 +02:00
|
|
|
|
|
|
|
# Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
|
|
|
|
Rails/CreateTableWithTimestamps:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|
2024-12-11 15:25:48 +01:00
|
|
|
|
|
|
|
# Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
|
|
|
|
Rails/ThreeStateBooleanColumn:
|
|
|
|
Include:
|
|
|
|
- '*.rb'
|