Commit 513bcb68 authored by Evan Read's avatar Evan Read

Merge branch 'docs/rm-readme-whitelist' into 'master'

Remove doc/README.md from the whitelist of ee specific lines check

See merge request gitlab-org/gitlab-ee!12857
parents 84d00505 79307e07
......@@ -37,10 +37,6 @@ module EESpecificCheck
# 'doc/administration/raketasks/uploads/**/*',
# 'doc/administration/troubleshooting/**/*',
# 'doc/analytics/**/*',
'doc/api/*.md',
'doc/api/graphql/**/*',
'doc/api/releases/**/*',
'doc/api/templates/**/*',
# 'doc/articles/*.md',
# 'doc/articles/artifactory_and_gitlab/**/*',
# 'doc/articles/how_to_configure_ldap_gitlab_ce/**/*',
......@@ -228,7 +224,11 @@ module EESpecificCheck
# 'doc/workflow/lfs/images/**/*',
# 'doc/workflow/releases/**/*',
# 'doc/workflow/time-tracking/**/*'
'doc/*.md'
# 'doc/*.md',
'doc/api/graphql/**/*',
'doc/api/releases/**/*',
'doc/api/templates/**/*',
'doc/api/*.md'
].freeze
CompareBase = Struct.new(:ce_base, :ee_base, :ce_head, :ee_head)
......
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