-
- Downloads
Fix delegate predicate method offence
This fixes the delegate predicate method offence raised by Rubocop. We would like to retain the false/true return value of predicate method even when the delegated class is nil.
parent
439f314e
No related branches found
No related tags found
Showing
- .rubocop_todo/gitlab/delegate_predicate_methods.yml 0 additions, 1 deletion.rubocop_todo/gitlab/delegate_predicate_methods.yml
- app/models/concerns/integrations/base_data_fields.rb 4 additions, 2 deletionsapp/models/concerns/integrations/base_data_fields.rb
- spec/support/shared_examples/models/integrations/base_data_fields_shared_examples.rb 35 additions, 1 deletion...s/models/integrations/base_data_fields_shared_examples.rb
Please register or sign in to comment