gitlab-org--gitlab-foss/spec/rubocop/cop
Yorick Peterse 8fbbf41e29
Added Cop to blacklist the use of dependent:
This is allowed for existing instances so we don't end up 76 offenses
right away, but for new code one should _only_ use this if they _have_
to remove non database data. Even then it's usually better to do this in
a service class as this gives you more control over how to remove the
data (e.g. in bulk).
2017-07-06 12:01:36 +02:00
..
migration Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
rspec Require rubocop-rspec in the correct location 2017-06-14 17:08:34 -05:00
active_record_dependent_spec.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
activerecord_serialize_spec.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
custom_error_class_spec.rb
gem_fetcher_spec.rb
polymorphic_associations_spec.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
project_path_helper_spec.rb Add ProjectPathHelper cop 2017-07-05 11:12:00 -05:00
redirect_with_status_spec.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00