wechaty/go-wechaty

View on GitHub
wechaty-puppet/schemas/contact.go

Summary

Maintainability
A
0 mins
Test Coverage

struct field Id should be ID
Open

    Id string
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

comment on exported type ContactType should be of the form "ContactType ..." (with optional leading article)
Open

//go:generate stringer -type=ContactType
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

exported type ContactPayloadFilterFunction should have comment or be unexported
Open

type ContactPayloadFilterFunction func(payload *ContactPayload) bool
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

exported const ContactGenderUnknown should have comment (or a comment on this block) or be unexported
Open

    ContactGenderUnknown ContactGender = 0
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

exported type ContactPayload should have comment or be unexported
Open

type ContactPayload struct {
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

struct field Id should be ID
Open

    Id        string
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

comment on exported type ContactGender should be of the form "ContactGender ..." (with optional leading article)
Open

//go:generate stringer -type=ContactGender
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

exported const ContactTypeUnknown should have comment (or a comment on this block) or be unexported
Open

    ContactTypeUnknown  ContactType = 0
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

There are no issues that match your filters.

Category
Status