Skip to content

Commit c629e04

Browse files
committed
Replace ColumnDefault with IrreversibleMigration
- There's like 800+ of this, so excluding for now
1 parent 95e680e commit c629e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop_cc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Sequel/ConcurrentIndex: # Exclude for old Migrations
7777
- !ruby/regexp /db/migrations/202([0-2]|30[0-7]).+\.rb$/
7878
- spec/**/*
7979

80-
Sequel/ColumnDefault: # Exclude for old Migrations
80+
Sequel/IrreversibleMigration: # Exclude for old Migrations
8181
Exclude:
8282
- !ruby/regexp /db/migrations/201([0-9]).+\.rb$/
83-
- !ruby/regexp /db/migrations/202([0-2]).+\.rb$/
83+
- !ruby/regexp /db/migrations/202([0-3]).+\.rb$/
8484
- spec/**/*
8585

8686
Rails/HttpPositionalArguments: # Breaks Code for specs as it`s not rails used there it`s a test framework(racktest)

0 commit comments

Comments
 (0)