grokify/mogo

View on GitHub
encoding/csvutil/single_column.go

Summary

Maintainability
A
1 hr
Test Coverage

Function ReadCSVFilesSingleColumnValuesString has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func ReadCSVFilesSingleColumnValuesString(files []string, sep rune, hasHeader, trimSpace bool, colIdx uint, condenseUniqueSort bool) ([]string, error) {
Severity: Minor
Found in encoding/csvutil/single_column.go - About 35 mins to fix

    Function ReadCSVFileSingleColumnValuesString has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func ReadCSVFileSingleColumnValuesString(filename string, sep rune, hasHeader, trimSpace bool, colIdx uint, condenseUniqueSort bool) ([]string, error) {
    Severity: Minor
    Found in encoding/csvutil/single_column.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status