We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfab1ec commit 912fd46Copy full SHA for 912fd46
2 files changed
.rubocop.yml
@@ -19,6 +19,7 @@ inherit_from:
19
AllCops:
20
UseCache: True
21
NewCops: enable
22
+ MigratedSchemaVersion: 20240930231316
23
Exclude:
24
- 'bin/*'
25
- 'db/*schema.rb'
.rubocop_todo.yml
@@ -22,23 +22,6 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Max: 25
-# We don't want to change previous migrations...
26
-#
27
-Rails/CreateTableWithTimestamps:
28
- Enabled: false
29
-
30
-Rails/BulkChangeTable:
31
32
33
-Rails/ReversibleMigration:
34
35
36
-Rails/NotNullColumn:
37
38
39
-Rails/ThreeStateBooleanColumn:
40
41
42
# The models need to be fixed anyway
43
#
44
Rails/UniqueValidationWithoutIndex:
0 commit comments