rosa-abf/rosa-build

View on GitHub
app/controllers/projects/projects_controller.rb

Summary

Maintainability
A
55 mins
Test Coverage

Showing 1 of 1 total issue

Method update has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

def update
authorize @project
params[:project].delete(:maintainer_id) if params[:project][:maintainer_id].blank?
respond_to do |format|
format.html do
Severity: Minor
Found in app/controllers/projects/projects_controller.rb - About 55 mins to fix

There are no issues that match your filters.

Category
Status