rosa-abf/rosa-build

View on GitHub
app/controllers/groups/profile_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method show has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
Open

def show
authorize @group
respond_to do |format|
format.html do
@members = @group.members.order(:uname)
Severity: Minor
Found in app/controllers/groups/profile_controller.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status