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 95e680e commit c629e04Copy full SHA for c629e04
.rubocop_cc.yml
@@ -77,10 +77,10 @@ Sequel/ConcurrentIndex: # Exclude for old Migrations
77
- !ruby/regexp /db/migrations/202([0-2]|30[0-7]).+\.rb$/
78
- spec/**/*
79
80
-Sequel/ColumnDefault: # Exclude for old Migrations
+Sequel/IrreversibleMigration: # Exclude for old Migrations
81
Exclude:
82
- !ruby/regexp /db/migrations/201([0-9]).+\.rb$/
83
- - !ruby/regexp /db/migrations/202([0-2]).+\.rb$/
+ - !ruby/regexp /db/migrations/202([0-3]).+\.rb$/
84
85
86
Rails/HttpPositionalArguments: # Breaks Code for specs as it`s not rails used there it`s a test framework(racktest)
0 commit comments