nuts-foundation/nuts-auth

View on GitHub
test/util.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function RegisterVendor should have comment or be unexported
Open

func RegisterVendor(t *testing.T, name string, crypto crypto.Client, registry registry.RegistryClient) {
Severity: Minor
Found in test/util.go by golint

exported function CopyDir should have comment or be unexported
Open

func CopyDir(src string, dst string) error {
Severity: Minor
Found in test/util.go by golint

exported function CopyFile should have comment or be unexported
Open

func CopyFile(src string, dst string) error {
Severity: Minor
Found in test/util.go by golint

There are no issues that match your filters.

Category
Status