chore(rubocop): disable Rails/ThreeStateBooleanColumn for legacy migrations
This commit is contained in:
parent
923923f67d
commit
6a3fd8fc4d
1 changed files with 7 additions and 0 deletions
|
@ -937,6 +937,13 @@ Rails/StripHeredoc:
|
||||||
|
|
||||||
Rails/ThreeStateBooleanColumn:
|
Rails/ThreeStateBooleanColumn:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
Exclude:
|
||||||
|
- db/migrate/2019*
|
||||||
|
- db/migrate/2020*
|
||||||
|
- db/migrate/2021*
|
||||||
|
- db/migrate/2022*
|
||||||
|
- db/migrate/202301*
|
||||||
|
- db/migrate/202303*
|
||||||
|
|
||||||
Rails/TimeZone:
|
Rails/TimeZone:
|
||||||
EnforcedStyle: strict
|
EnforcedStyle: strict
|
||||||
|
|
Loading…
Reference in a new issue