wechaty/go-wechaty

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

Summary

Maintainability
A
0 mins
Test Coverage
F
25%

exported function GetEventNames should have comment or be unexported
Open

func GetEventNames() []PuppetEventName {
Severity: Minor
Found in wechaty-puppet/schemas/puppet.go by golint

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

    PuppetEventNameUnknown PuppetEventName = iota
Severity: Minor
Found in wechaty-puppet/schemas/puppet.go by golint

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

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

There are no issues that match your filters.

Category
Status