File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ inherit_from:
1919AllCops :
2020 UseCache : True
2121 NewCops : enable
22+ MigratedSchemaVersion : 20240930231316
2223 Exclude :
2324 - ' bin/*'
2425 - ' db/*schema.rb'
Original file line number Diff line number Diff line change @@ -22,23 +22,6 @@ Metrics/CyclomaticComplexity:
2222Metrics/PerceivedComplexity :
2323 Max : 25
2424
25- # We don't want to change previous migrations...
26- #
27- Rails/CreateTableWithTimestamps :
28- Enabled : false
29-
30- Rails/BulkChangeTable :
31- Enabled : false
32-
33- Rails/ReversibleMigration :
34- Enabled : false
35-
36- Rails/NotNullColumn :
37- Enabled : false
38-
39- Rails/ThreeStateBooleanColumn :
40- Enabled : false
41-
4225# The models need to be fixed anyway
4326#
4427Rails/UniqueValidationWithoutIndex :
You can’t perform that action at this time.
0 commit comments