wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported type IContact should have comment or be unexported
Open

type IContact interface {
Severity: Minor
Found in wechaty/interface/contact.go by golint

exported method Location.Name should have comment or be unexported
Open

func (l *Location) Name() string {
Severity: Minor
Found in wechaty/user/location.go by golint

exported method Message.IsReady should have comment or be unexported
Open

func (m *Message) IsReady() bool {
Severity: Minor
Found in wechaty/user/message.go by golint

exported method MiniProgram.Username should have comment or be unexported
Open

func (mp *MiniProgram) Username() string {
Severity: Minor
Found in wechaty/user/mini_program.go by golint

func FromUrl should be FromURL
Open

func FromUrl(urlString string, options ...Option) *FileBox {
Severity: Minor
Found in wechaty-puppet/filebox/file_box.go by golint

don't use an underscore in package name
Open

package _interface
Severity: Minor
Found in wechaty/interface/contact.go by golint

don't use an underscore in package name
Open

package _interface
Severity: Minor
Found in wechaty/interface/friendship.go by golint

don't use an underscore in package name
Open

package _interface
Severity: Minor
Found in wechaty/interface/mini_program.go by golint

exported type IUrlLink should have comment or be unexported
Open

type IUrlLink interface {
Severity: Minor
Found in wechaty/interface/url_link.go by golint

struct field ImageId should be ImageID
Open

    ImageId string
Severity: Minor
Found in wechaty/user/image.go by golint

exported method Location.Address should have comment or be unexported
Open

func (l *Location) Address() string {
Severity: Minor
Found in wechaty/user/location.go by golint

var listenerId should be listenerID
Open

    listenerId := m.payload.ListenerId
Severity: Minor
Found in wechaty/user/message.go by golint

var roomId should be roomID
Open

    roomId := m.payload.RoomId
Severity: Minor
Found in wechaty/user/message.go by golint

exported method Message.ToMiniProgram should have comment or be unexported
Open

func (m *Message) ToMiniProgram() (*MiniProgram, error) {
Severity: Minor
Found in wechaty/user/message.go by golint

exported method MiniProgram.ThumbKey should have comment or be unexported
Open

func (mp *MiniProgram) ThumbKey() string {
Severity: Minor
Found in wechaty/user/mini_program.go by golint

exported method MiniProgram.Payload should have comment or be unexported
Open

func (mp *MiniProgram) Payload() schemas.MiniProgramPayload {
Severity: Minor
Found in wechaty/user/mini_program.go by golint

exported type UrlLink should have comment or be unexported
Open

type UrlLink struct {
Severity: Minor
Found in wechaty/user/url_link.go by golint

type FileBoxOptionsUrl should be FileBoxOptionsURL
Open

type FileBoxOptionsUrl struct {
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint

struct field RemoteUrl should be RemoteURL
Open

    RemoteUrl string      `json:"remoteUrl"`
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint

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

//go:generate stringer -type=FileBoxType
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint
Severity
Category
Status
Source
Language