gitlab-org--gitlab-foss/spec/rubocop/cop
Rémy Coutable 02c47f2f73
Add a new QA::ElementWithPattern cop
This cop forbids the use of `element :foo, 'pattern'` and
`element :bar, /pattern/` in QA files.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-15 14:28:03 +02:00
..
code_reuse Added RuboCop cops to enforce code reuse rules 2018-09-11 15:00:18 +02:00
gitlab Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
migration
qa Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00
rspec
avoid_break_from_strong_memoize_spec.rb
avoid_return_from_blocks_spec.rb
avoid_route_redirect_leading_slash_spec.rb Fix leading slash in redirects and add cop 2018-09-21 14:10:20 +00:00
destroy_all_spec.rb
group_public_or_visible_to_user_spec.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
include_sidekiq_worker_spec.rb
line_break_around_conditional_block_spec.rb Fix LineBreakAroundConditionalBlock cop for a conditional after rescue 2018-09-05 09:34:11 -07:00
prefer_class_methods_over_module_spec.rb
project_path_helper_spec.rb
ruby_interpolation_in_translation_spec.rb
sidekiq_options_queue_spec.rb