Commit 7e2987cf authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0c71e3df
#!/usr/bin/env ruby #!/usr/bin/env ruby
WHITELIST = %w[ WHITELIST = [
CHANGELOG-EE.md 'CHANGELOG-EE.md',
app/assets/javascripts/**/* 'app/assets/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4536
changelogs/unreleased-ee/**/* 'config/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4946
config/**/* 'doc/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4948#note_59945483
doc/**/* 'qa/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/4997#note_59764702
scripts/* 'scripts/*',
spec/javascripts/**/* 'spec/javascripts/**/*', # https://gitlab.com/gitlab-org/gitlab-ee/issues/3871
vendor/assets/javascripts/jasmine-jquery.js 'vendor/assets/javascripts/jasmine-jquery.js',
].freeze ].freeze
`git remote add canonical-ee https://gitlab.com/gitlab-org/gitlab-ee.git` `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