orisano/impast

View on GitHub
cmd/interfacer/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 66 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    interfaceName := flag.String("out", "", "generate interface name (required)")
    pkgName := flag.String("pkg", "", "generate interface package name")

    flag.Parse()
Severity: Minor
Found in cmd/interfacer/main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status