diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-04-01 15:55:46 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-04-01 15:55:46 +0000 |
commit | 700e8d1917462f509e430f78f7effca8df56bdba (patch) | |
tree | e1589388079b1a7f6b3302171edbc9c767730abc /scripts | |
parent | f87ff7af538a6ac559217a4c7cfa0fd75f247fd6 (diff) | |
parent | 98a5976b787fad0797bc5e3231c48ab3f400bce6 (diff) | |
download | gitlab-ce-700e8d1917462f509e430f78f7effca8df56bdba.tar.gz |
Merge branch 'enable-rubocop-application-record' into 'master'
Document ApplicationRecord / pluck_primary_key
Closes #59690
See merge request gitlab-org/gitlab-ce!26764
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/insert-rspec-profiling-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/insert-rspec-profiling-data b/scripts/insert-rspec-profiling-data index 10e337b9972..b34379764e0 100755 --- a/scripts/insert-rspec-profiling-data +++ b/scripts/insert-rspec-profiling-data @@ -22,7 +22,7 @@ module RspecProfiling ENV['RSPEC_PROFILING_POSTGRES_URL'] end - class Result < ActiveRecord::Base + class Result < ActiveRecord::Base # rubocop:disable Rails/ApplicationRecord acts_as_copy_target end end |