two-pack/redmine_xlsx_format_issue_exporter

View on GitHub
lib/redmine_xlsx_format_issue_exporter/xlsx_export_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method write_item has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def write_item(worksheet, value, row_index, column_index, cell_format, is_id_column, id, hyperlink_format)
Severity: Major
Found in lib/redmine_xlsx_format_issue_exporter/xlsx_export_helper.rb - About 1 hr to fix

    Method write_item_rows has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def write_item_rows(workbook, worksheet, columns, items, columns_width)
    Severity: Minor
    Found in lib/redmine_xlsx_format_issue_exporter/xlsx_export_helper.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status