src/api/app/components/bs_request_action_description_component.rb
Method description
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
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 }