wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

struct field PublisherId should be PublisherID
Open

            PublisherId struct {

don't use an underscore in package name
Open

package memory_card

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

func (mc *MemoryCard) Clear() {

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

    FriendshipTypeUnknown FriendshipType = 0
Severity: Minor
Found in wechaty-puppet/schemas/friendship.go by golint

exported type FriendshipPayloadVerify should have comment or be unexported
Open

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

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

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

exported function WithOptions should have comment or be unexported
Open

func WithOptions(o Options) Option {
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

struct field HeadUrl should be HeadURL
Open

            HeadUrl struct {

struct field IconUrl should be IconURL
Open

            IconUrl struct {

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

func (mc *MemoryCard) SetInt64(key string, value int64) {

exported type EventReadyPayload should have comment or be unexported
Open

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

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

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

exported type MessagePayloadBase should have comment or be unexported
Open

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

struct field RoomId should be RoomID
Open

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

struct field ObjectNonceId should be ObjectNonceID
Open

                ObjectNonceId struct {

struct field IconUrl1 should be IconURL1
Open

            IconUrl1 struct {

struct field CoverUrl should be CoverURL
Open

            CoverUrl struct {

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

func (mc *MemoryCard) GetInt64(key string) int64 {

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

func (mc *MemoryCard) SetString(key string, value string) {

don't use an underscore in package name
Open

package memory_card
Severity
Category
Status
Source
Language