gitlab-org--gitlab-foss/rubocop/cop
Rémy Coutable 4f09d099e9 Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'
Adds Rubocop rule for line break after guard clause

Closes #18040

See merge request gitlab-org/gitlab-ce!15188
2017-11-20 09:22:14 +00:00
..
migration Prevent update_column_in_batches on large tables 2017-11-17 16:56:50 +00:00
rspec Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs 2017-10-18 18:42:09 +02:00
active_record_dependent.rb Added Cop to blacklist the use of `dependent:` 2017-07-06 12:01:36 +02:00
active_record_serialize.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
custom_error_class.rb
gem_fetcher.rb
in_batches.rb Added EachBatch for iterating tables in batches 2017-07-07 16:39:36 +02:00
line_break_after_guard_clauses.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
polymorphic_associations.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
project_path_helper.rb Add ProjectPathHelper cop 2017-07-05 11:12:00 -05:00
redirect_with_status.rb