wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

var originalMessageId should be originalMessageID
Open

    originalMessageId := m.Text()
Severity: Minor
Found in wechaty/user/message.go by golint

exported method Room.ID should have comment or be unexported
Open

func (r *Room) ID() string {
Severity: Minor
Found in wechaty/user/room.go by golint

method ToJson should be ToJSON
Open

func (ri *RoomInvitation) ToJson() (string, error) {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

const FileBoxTypeUrl should be FileBoxTypeURL
Open

    FileBoxTypeUrl    = 2
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint

comment on exported const FileBoxTypeBuffer should be of the form "FileBoxTypeBuffer ..."
Open

    // Deprecated: use filebox package
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint

type UuidLoader should be UUIDLoader
Open

type UuidLoader func(uuid string) (io.Reader, error)

type fileBoxUuid should be fileBoxUUID
Open

type fileBoxUuid struct {

var ErrImageUrlOrDescNotFound should be ErrImageURLOrDescNotFound
Open

    ErrImageUrlOrDescNotFound = errors.New("imgUrl.or.desc.not.found")
Severity: Minor
Found in wechaty/factory/url_link.go by golint

exported type IMiniProgram should have comment or be unexported
Open

type IMiniProgram interface {
Severity: Minor
Found in wechaty/interface/mini_program.go by golint

exported type IRoomFactory should have comment or be unexported
Open

type IRoomFactory interface {
Severity: Minor
Found in wechaty/interface/room.go by golint

exported type IRoomInvitation should have comment or be unexported
Open

type IRoomInvitation interface {
Severity: Minor
Found in wechaty/interface/room_invitation.go by golint

exported type ITag should have comment or be unexported
Open

type ITag interface {
Severity: Minor
Found in wechaty/interface/tag.go by golint

var conversationId should be conversationID
Open

    conversationId, err := m.sayId()
Severity: Minor
Found in wechaty/user/message.go by golint

method sayId should be sayID
Open

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

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

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

exported method UrlLink.Url should have comment or be unexported
Open

func (ul *UrlLink) Url() string {
Severity: Minor
Found in wechaty/user/url_link.go by golint

method Url should be URL
Open

func (ul *UrlLink) Url() string {
Severity: Minor
Found in wechaty/user/url_link.go by golint

method ThumbnailUrl should be ThumbnailURL
Open

func (ul *UrlLink) ThumbnailUrl() string {
Severity: Minor
Found in wechaty/user/url_link.go by golint

struct field remoteUrl should be remoteURL
Open

    remoteUrl string

func newFileBoxUrl should be newFileBoxURL
Open

func newFileBoxUrl(remoteUrl string, headers http.Header) *fileBoxUrl {
Severity
Category
Status
Source
Language