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:
19
19
AllCops :
20
20
UseCache : True
21
21
NewCops : enable
22
+ MigratedSchemaVersion : 20240930231316
22
23
Exclude :
23
24
- ' bin/*'
24
25
- ' db/*schema.rb'
Original file line number Diff line number Diff line change @@ -22,23 +22,6 @@ Metrics/CyclomaticComplexity:
22
22
Metrics/PerceivedComplexity :
23
23
Max : 25
24
24
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
-
42
25
# The models need to be fixed anyway
43
26
#
44
27
Rails/UniqueValidationWithoutIndex :
You can’t perform that action at this time.
0 commit comments