openSUSE/open-build-service

View on GitHub
src/api/app/components/bs_request_action_description_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
32%

Method description has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  def description
    creator = action.bs_request.creator
    source_project_hash = { project: action.source_project, package: action.source_package, trim_to: nil }
    target_project_hash = { project: action.target_project, package: action.target_package, trim_to: nil }

Severity: Minor
Found in src/api/app/components/bs_request_action_description_component.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status