Commit c9eedf4a authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo Committed by Rémy Coutable

Update error text for EE-specific lines check

parent ae07c203
...@@ -33,10 +33,11 @@ else ...@@ -33,10 +33,11 @@ else
puts puts
offenses.each do |(file, delta)| offenses.each do |(file, delta)|
puts "* 💥 #{file} has #{delta - current_numstat[file]} more different lines than before! 💥" puts "* 💥 #{file} has #{delta - current_numstat[file]} updated lines that differ between EE and CE! 💥"
end end
say <<~MESSAGE say <<~MESSAGE
ℹ️ Make sure all lines in shared files have been updated in your backport merge request and the branch name includes #{minimal_ce_branch_name}.
ℹ️ Consider using an EE module to add the features you want. ℹ️ Consider using an EE module to add the features you want.
ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features
MESSAGE MESSAGE
......
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