nuts-foundation/nuts-auth

View on GitHub
pkg/contract/contract.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const AmsterdamTimeZone should have comment or be unexported
Open

const AmsterdamTimeZone = "Europe/Amsterdam"
Severity: Minor
Found in pkg/contract/contract.go by golint

exported var ErrInvalidPeriod should have comment or be unexported
Open

var ErrInvalidPeriod = fmt.Errorf("%w: invalid period", ErrInvalidContractText)
Severity: Minor
Found in pkg/contract/contract.go by golint

There are no issues that match your filters.

Category
Status