gitlab-org--gitlab-foss/rubocop/cop
Robert Speicher 24fc237710
Fix LineBreakAroundConditionalBlock cop for a conditional after rescue
Previously this would violate on the `if`:

    def a_method
      do_something
    rescue
      if condition
        do_something
      end
    end
2018-09-05 09:34:11 -07:00
..
gitlab
migration
rspec
avoid_break_from_strong_memoize.rb
avoid_return_from_blocks.rb
destroy_all.rb
include_sidekiq_worker.rb
line_break_around_conditional_block.rb Fix LineBreakAroundConditionalBlock cop for a conditional after rescue 2018-09-05 09:34:11 -07:00
prefer_class_methods_over_module.rb Minor renames for clarity 2018-08-29 16:56:34 +02:00
project_path_helper.rb
ruby_interpolation_in_translation.rb Reject ruby interpolation in externalized strings 2018-08-25 18:43:21 +02:00
sidekiq_options_queue.rb