We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c464eb commit 4a95320Copy full SHA for 4a95320
.rubocop.yml
@@ -19,6 +19,7 @@ inherit_from:
19
AllCops:
20
UseCache: True
21
NewCops: enable
22
+ MigratedSchemaVersion: 20240924144745
23
Exclude:
24
- 'bin/*'
25
- 'db/*schema.rb'
.rubocop_todo.yml
@@ -5,17 +5,6 @@
5
Layout/LineLength:
6
Max: 140
7
8
-# We don't want to change previous migrations...
9
-#
10
-Rails/CreateTableWithTimestamps:
11
- Enabled: false
12
-
13
-Rails/BulkChangeTable:
14
15
16
-Rails/ThreeStateBooleanColumn:
17
18
# The models need to be fixed anyway
#
Rails/UniqueValidationWithoutIndex:
0 commit comments