bnkamalesh/verifier

View on GitHub
cmd/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function notifyWithCustomRequest has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func notifyWithCustomRequest(vsvc *verifier.Verifier) {
    req, err := vsvc.NewRequest(
        verifier.CommTypeMobile,
        "+919876543210",
    )
Severity: Minor
Found in cmd/main.go - About 1 hr to fix

    Function notifyWithCustomRequest has 6 return statements (exceeds 4 allowed).
    Open

    func notifyWithCustomRequest(vsvc *verifier.Verifier) {
        req, err := vsvc.NewRequest(
            verifier.CommTypeMobile,
            "+919876543210",
        )
    Severity: Major
    Found in cmd/main.go - About 40 mins to fix

      There are no issues that match your filters.

      Category
      Status