Disable Rails/ThreeStateBooleanColumn cop for now (#ToDo)

We have too many old migrations to fix.
This commit is contained in:
Sebastian Serth
2023-04-11 00:47:15 +02:00
committed by Sebastian Serth
parent 474e6520bd
commit 2d1bad57e7

View File

@ -36,6 +36,9 @@ Rails/ReversibleMigration:
Rails/NotNullColumn:
Enabled: false
Rails/ThreeStateBooleanColumn:
Enabled: false
# The models need to be fixed anyway
#
Rails/UniqueValidationWithoutIndex: