Commit c8269a8b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ee-specific-lines-check-whitelist' into 'master'

Ignore db/schema.rb and locale/gitlab.pot in `ee-specific-lines-check`

See merge request gitlab-org/gitlab-ee!5571
parents 47083508 fcbdd8c2
...@@ -7,7 +7,9 @@ module EESpecificCheck ...@@ -7,7 +7,9 @@ module EESpecificCheck
'scripts/**/*', 'scripts/**/*',
'spec/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/3871 'spec/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/3871
'vendor/assets/javascripts/jasmine-jquery.js', 'vendor/assets/javascripts/jasmine-jquery.js',
'.gitlab-ci.yml' '.gitlab-ci.yml',
'db/schema.rb',
'locale/gitlab.pot'
].freeze ].freeze
CompareBase = Struct.new(:ce_merge_base, :ee_merge_base, :ce_updated_base) CompareBase = Struct.new(:ce_merge_base, :ee_merge_base, :ce_updated_base)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment