Commit f8a32069 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'update-ee-files-location-check' into 'master'

Add links to relevant issues in scripts/ee-files-location-check

See merge request gitlab-org/gitlab-ee!4666
parents 5f19f8db a1a5b72b
#!/usr/bin/env ruby
WHITELIST = %w[
CHANGELOG-EE.md
app/assets/javascripts/**/*
changelogs/unreleased-ee/**/*
config/**/*
doc/**/*
scripts/*
spec/javascripts/**/*
vendor/assets/javascripts/jasmine-jquery.js
WHITELIST = [
'CHANGELOG-EE.md',
'app/assets/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4536
'config/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4946
'doc/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4948#note_59945483
'qa/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4997#note_59764702
'scripts/*',
'spec/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/3871
'vendor/assets/javascripts/jasmine-jquery.js'
].freeze
`git remote add canonical-ee https://gitlab.com/gitlab-org/gitlab-ee.git`
......
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