orisano/go-adal

View on GitHub
option.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

exported type Option should have comment or be unexported
Open

type Option func(*options)
Severity: Minor
Found in option.go by golint

exported function ValidateAuthority should have comment or be unexported
Open

func ValidateAuthority() Option {
Severity: Minor
Found in option.go by golint

exported function SetAuthorityHost should have comment or be unexported
Open

func SetAuthorityHost(authorityHost string) Option {
Severity: Minor
Found in option.go by golint

There are no issues that match your filters.

Category
Status