wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

// memory card interface

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

func (mc *MemoryCard) Load() error {

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 const ScanStatusUnknown should have comment (or a comment on this block) or be unexported
Open

    ScanStatusUnknown   ScanStatus = 0
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

exported type EventDongPayload should have comment or be unexported
Open

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

const WeChatAppMessageTypeUrl should be WeChatAppMessageTypeURL
Open

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

exported type MessagePayloadRoom should have comment or be unexported
Open

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

type OptionsUrl should be OptionsURL
Open

type OptionsUrl struct {
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

struct field Uuid should be UUID
Open

    Uuid string `json:"uuid"`
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

struct field CardId should be CardID
Open

            CardId struct {

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

func (n NopStorage) Destroy() {}

exported type EventLogoutPayload should have comment or be unexported
Open

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

struct field RemoverId should be RemoverID
Open

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

struct field RoomId should be RoomID
Open

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

struct field PayloadId should be PayloadID
Open

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

struct field Id should be ID
Open

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

exported type MessagePayloadTo should have comment or be unexported
Open

type MessagePayloadTo = MessagePayloadRoom
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field FromId should be FromID
Open

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

struct field IconUrl should be IconURL
Open

            IconUrl struct {

struct field ShareUrlOpen should be ShareURLOpen
Open

            ShareUrlOpen struct {
Severity
Category
Status
Source
Language