wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported function NewUrlLink should have comment or be unexported
Open

func NewUrlLink(payload *schemas.UrlLinkPayload) *UrlLink {
Severity: Minor
Found in wechaty/user/url_link.go by golint

exported var ErrImageUrlOrDescNotFound should have comment or be unexported
Open

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

don't use an underscore in package name
Open

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

exported type IRoom should have comment or be unexported
Open

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

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

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

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

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

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

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

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

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

method ThumbUrl should be ThumbURL
Open

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

method IconUrl should be IconURL
Open

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

exported type RoomInvitation should have comment or be unexported
Open

type RoomInvitation struct {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

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

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

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

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

exported function FromUuid should have comment or be unexported
Open

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

func SetUuidSaver should be SetUUIDSaver
Open

func SetUuidSaver(saver UuidSaver) {

exported type UrlLinkFactory should have comment or be unexported
Open

type UrlLinkFactory struct{}
Severity: Minor
Found in wechaty/factory/url_link.go by golint

exported type IContactFactory should have comment or be unexported
Open

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

exported type IImage should have comment or be unexported
Open

type IImage interface {
Severity: Minor
Found in wechaty/interface/image.go by golint

var puppetId should be puppetID
Open

    puppetId := c.GetPuppet().SelfID()
Severity: Minor
Found in wechaty/user/contact_self.go by golint

exported type Location should have comment or be unexported
Open

type Location struct {
Severity: Minor
Found in wechaty/user/location.go by golint
Severity
Category
Status
Source
Language