gitlab-org--gitlab-foss/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.rb Added RuboCop cops to enforce code reuse rules 2018-09-11 15:00:18 +02:00
migration_helpers.rb Add cop for use of remove_column 2017-12-11 16:34:51 +00:00
qa_helpers.rb Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00
rubocop.rb Added Cop for injecting EE modules 2018-12-13 16:09:21 +01:00
spec_helpers.rb Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the whole Rails env 2018-04-23 12:20:30 +02:00