wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported function FileExists should have comment or be unexported
Open

func FileExists(path string) bool {
Severity: Minor
Found in wechaty-puppet/helper/file.go by golint

struct field LocalId should be LocalID
Open

            LocalId struct {

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

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

struct field RoomInvitationId should be RoomInvitationID
Open

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

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

struct field SecondUrl should be SecondURL
Open

            SecondUrl struct {

struct field ObjectNonceId should be ObjectNonceID
Open

            ObjectNonceId struct {

struct field ObjectNonceId should be ObjectNonceID
Open

            ObjectNonceId struct {

struct field PoiClassifyId should be PoiClassifyID
Open

                PoiClassifyId struct {

comment on exported function NewMemoryCard should be of the form "NewMemoryCard ..."
Open

// TODO: 我将这个地方调整为 把storage的初始化放内部,原实现者可根据情况调整一下

struct field ContactId should be ContactID
Open

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

struct field MessageId should be MessageID
Open

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

exported type EventResetPayload should have comment or be unexported
Open

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

exported type FriendshipPayload should have comment or be unexported
Open

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

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

    MessageTypeUnknown     MessageType = 0
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

const TypeUrl should be TypeURL
Open

    TypeUrl    = 2
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

const TypeUuid should be TypeUUID
Open

    TypeUuid   = 7
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

exported var HttpClient should have comment or be unexported
Open

var HttpClient = http.Client{
Severity: Minor
Found in wechaty-puppet/helper/http_client.go by golint

struct field InviteeIdList should be InviteeIDList
Open

    InviteeIdList []string
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint
Severity
Category
Status
Source
Language