dennis-tra/alfred-dict.cc-workflow

View on GitHub
workflow/workflow.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Dictcc.HandleQuery has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (dcc *Dictcc) HandleQuery(args []string) {
    // Try to parse language arguments from the user and merge them with preferences struct
    // args will be stripped by the language arguments and will only contain the translation query
    args = dcc.Preferences.Parse(args)

Severity: Minor
Found in workflow/workflow.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status