Ignore existing Migration/Datetime cop offenders

This commit is contained in:
Sean McGivern 2017-10-10 12:21:44 +01:00
parent a560291f14
commit 264be20d94
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# rubocop:disable Migration/Datetime
class AddArtifactsExpireDateToCiBuilds < ActiveRecord::Migration
def change
add_column :ci_builds, :artifacts_expire_at, :timestamp

View File

@ -1,3 +1,4 @@
# rubocop:disable Migration/Datetime
class AddQueuedAtToCiBuilds < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers

View File

@ -1,3 +1,4 @@
# rubocop:disable Migration/Datetime
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

View File

@ -1,3 +1,4 @@
# rubocop:disable Migration/Datetime
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.