go-auth0/auth0

View on GitHub
management/custom_domain.go

Summary

Maintainability
A
0 mins
Test Coverage
B
83%

exported type CustomDomainManager should have comment or be unexported
Open

type CustomDomainManager struct {
Severity: Minor
Found in management/custom_domain.go by golint

exported type CustomDomainVerification should have comment or be unexported
Open

type CustomDomainVerification struct {
Severity: Minor
Found in management/custom_domain.go by golint

comment on exported method CustomDomainManager.Verify should be of the form "Verify ..."
Open

// Run the verification process on a custom domain.
Severity: Minor
Found in management/custom_domain.go by golint

exported type CustomDomain should have comment or be unexported
Open

type CustomDomain struct {
Severity: Minor
Found in management/custom_domain.go by golint

There are no issues that match your filters.

Category
Status