nuts-foundation/nuts-auth

View on GitHub
pkg/contract/template.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const ValidToAttr should have comment or be unexported
Open

const ValidToAttr = "valid_to"
Severity: Minor
Found in pkg/contract/template.go by golint

comment on exported const ActingPartyAttr should be of the form "ActingPartyAttr ..."
Open

// deprecated
Severity: Minor
Found in pkg/contract/template.go by golint

exported const ValidFromAttr should have comment or be unexported
Open

const ValidFromAttr = "valid_from"
Severity: Minor
Found in pkg/contract/template.go by golint

exported const LegalEntityAttr should have comment or be unexported
Open

const LegalEntityAttr = "legal_entity"
Severity: Minor
Found in pkg/contract/template.go by golint

There are no issues that match your filters.

Category
Status