wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

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

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 type EventRoomLeavePayload should have comment or be unexported
Open

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

exported type BaseEventPayload should have comment or be unexported
Open

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

struct field ObjectId should be ObjectID
Open

                ObjectId struct {

struct field ObjectId should be ObjectID
Open

            ObjectId struct {

struct field ObjectId should be ObjectID
Open

                ObjectId struct {

struct field IconUrl should be IconURL
Open

                IconUrl struct {

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

func (mc *MemoryCard) Destroy() error {

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

func (f *FileStorage) Save(payload map[string]interface{}) error {

struct field RoomId should be RoomID
Open

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

exported type EventScanPayload should have comment or be unexported
Open

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

struct field ToId should be ToID
Open

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

struct field ObjectId should be ObjectID
Open

            ObjectId struct {

struct field IconUrl should be IconURL
Open

            IconUrl struct {

struct field IconUrl2 should be IconURL2
Open

            IconUrl2 struct {

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

func (f *FileStorage) Load() (map[string]interface{}, error) {

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

struct field ContactId should be ContactID
Open

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

exported type FriendshipSceneType should have comment or be unexported
Open

type FriendshipSceneType uint8
Severity: Minor
Found in wechaty-puppet/schemas/friendship.go by golint
Severity
Category
Status
Source
Language