Skip to content

Added Cop for injecting EE modules

Yorick Peterse requested to merge rubocop-prepend into master

What does this MR do?

This Cop enforces the rule that injecting EE modules (using prepend, include, or extend) is done by placing the injection on the last line of a file, instead of somewhere in the middle. By placing these lines at the very end, merge conflicts will not happen.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports