c3gdlk/rubyboost

View on GitHub

Showing 3 of 3 total issues

Method save_resource_and_respond! has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

def save_resource_and_respond!(options={}, &block)
result = resource.update(permitted_params)
 
unless result.present?
resource.errors[:base] << 'Something goes wrong'
Severity: Minor
Found in app/controllers/concerns/simple_resource.rb - About 35 mins to fix

Method register_social_profile has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

def register_social_profile(service_name, uid)
social_profile = SocialProfile.where(service_name: service_name, uid: uid).first_or_create
if social_profile.user_id.present? && social_profile.user_id != id
return false
else
Severity: Minor
Found in lib/modules/omniauthable.rb - About 35 mins to fix

Method association_chain_by_context has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def association_chain_by_context
context_method = self.class.resource_context.to_sym
 
if self.respond_to? context_method, true
context = send(context_method)
Severity: Minor
Found in app/controllers/concerns/simple_resource.rb - About 25 mins to fix
Severity
Category
Status
Source
Language