gitlab-org--gitlab-foss/spec/rubocop
Yorick Peterse 7c58055631
Added Cop for injecting EE modules
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.
2018-12-13 16:09:21 +01:00
..
cop Added Cop for injecting EE modules 2018-12-13 16:09:21 +01:00
code_reuse_helpers_spec.rb Added RuboCop cops to enforce code reuse rules 2018-09-11 15:00:18 +02:00
qa_helpers_spec.rb Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00