sascha-andres/go-template

View on GitHub
new_handle_explicit_template.go

Summary

Maintainability
A
40 mins
Test Coverage

Method Engine.handleExplicitTemplate has 6 return statements (exceeds 4 allowed).
Open

func (e *Engine) handleExplicitTemplate(workingDirectory, explicitTemplateFile, name string, arguments map[string]string) {
    if e.err != nil {
        return
    }
    fileToProcess := path.Join(workingDirectory, explicitTemplateFile)
Severity: Major
Found in new_handle_explicit_template.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status