openSUSE/open-build-service

View on GitHub
src/api/app/controllers/webui/monitor_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method index has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def index
    if request.post? && !params[:project].nil? && Project.valid_name?(params[:project])
      redirect_to project: params[:project]
    else
      begin
Severity: Minor
Found in src/api/app/controllers/webui/monitor_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status