gitlab-org--gitlab-foss/spec/rubocop/cop
Peter Leitzen e101a26444 Utilize RuboCop's Include/Exclude config
Stop checking the file location programmatically.
2019-08-26 12:24:25 +00:00
..
code_reuse Link to issue in CodeReuse/ActiveRecord message 2019-05-22 11:37:46 +12:00
gitlab Utilize RuboCop's Include/Exclude config 2019-08-26 12:24:25 +00:00
graphql Add a cop to ensure we authorize GraphQL types 2019-06-21 13:00:50 +02:00
migration Adds cop to enforce string limits on migrations 2019-08-23 21:36:12 +00:00
qa Change element_with_pattern cop to not use quotes 2019-07-10 16:10:28 -07:00
rspec Utilize RuboCop's Include/Exclude config 2019-08-26 12:24:25 +00:00
active_record_association_reload_spec.rb Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
avoid_break_from_strong_memoize_spec.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
avoid_return_from_blocks_spec.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
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 Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
group_public_or_visible_to_user_spec.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
include_action_view_context_spec.rb Add Rubocop rule to ban include ActionView::Context 2019-04-29 06:14:53 -07:00
include_sidekiq_worker_spec.rb
inject_enterprise_edition_module_spec.rb Extend cop for verifying injecting of EE modules 2019-07-30 14:52:54 +02:00
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 Minor renames for clarity 2018-08-29 16:56:34 +02:00
project_path_helper_spec.rb
ruby_interpolation_in_translation_spec.rb Reject ruby interpolation in externalized strings 2018-08-25 18:43:21 +02:00
safe_params_spec.rb Add cop prohibiting params argument in url_for 2018-11-22 10:08:18 +01:00
sidekiq_options_queue_spec.rb