summaryrefslogtreecommitdiff
path: root/db/migrate/20160421130527_disable_repository_checks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160421130527_disable_repository_checks.rb')
-rw-r--r--db/migrate/20160421130527_disable_repository_checks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160421130527_disable_repository_checks.rb b/db/migrate/20160421130527_disable_repository_checks.rb
index 808a4b93c7c..7e65ddc45e7 100644
--- a/db/migrate/20160421130527_disable_repository_checks.rb
+++ b/db/migrate/20160421130527_disable_repository_checks.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class DisableRepositoryChecks < ActiveRecord::Migration
def up
change_column_default :application_settings, :repository_checks_enabled, false