wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

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

struct field InviterId should be InviterID
Open

    InviterId     string
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

struct field JsAppId should be JsAppID
Open

            JsAppId struct {

struct field RemoveeIdList should be RemoveeIDList
Open

    RemoveeIdList []string
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

struct field IconUrl3 should be IconURL3
Open

            IconUrl3 struct {

exported type MessagePayload should have comment or be unexported
Open

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

struct field JumpUrl should be JumpURL
Open

                JumpUrl struct {

struct field LiveMicSdkUserId should be LiveMicSdkUserID
Open

            LiveMicSdkUserId struct {

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

// memory card

exported method MemoryCard.Delete should have comment or be unexported
Open

func (mc *MemoryCard) Delete(key string) {

exported method MemoryCard.Has should have comment or be unexported
Open

func (mc *MemoryCard) Has(key string) bool {

exported method MemoryCard.Save should have comment or be unexported
Open

func (mc *MemoryCard) Save() error {

exported method FileStorage.Destroy should have comment or be unexported
Open

func (f *FileStorage) Destroy() error {

struct field Id should be ID
Open

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

exported type EventDirtyPayload should have comment or be unexported
Open

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

exported type EventErrorPayload should have comment or be unexported
Open

type EventErrorPayload = BaseEventPayload
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

struct field Id should be ID
Open

    Id        string `json:"id"`
Severity: Minor
Found in wechaty-puppet/schemas/friendship.go by golint

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

    WeChatAppMessageTypeText                  WeChatAppMessageType = 1
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field ListenerId should be ListenerID
Open

    ListenerId string
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field CanvasPageXml should be CanvasPageXML
Open

            CanvasPageXml struct {
Severity
Category
Status
Source
Language