gitlab-org--gitlab-foss/rubocop
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
..
cop Fix LineBreakAroundConditionalBlock cop for a conditional after rescue 2018-09-05 09:34:11 -07:00
migration_helpers.rb Add cop for use of remove_column 2017-12-11 16:34:51 +00:00
rubocop.rb Adds Rubocop rule to enforce class_methods over module ClassMethods 2018-08-29 16:56:34 +02: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