wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

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

don't use an underscore in package name
Open

package file_box
Severity: Minor
Found in wechaty-puppet/file-box/file_box.go by golint

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

    FileBoxTypeUnknown FileBoxType = 0
Severity: Minor
Found in wechaty-puppet/file-box/type.go by golint

var implJsonMap should be implJSONMap
Open

    implJsonMap, err := fb.fileImpl.toJSONMap()
Severity: Minor
Found in wechaty-puppet/filebox/file_box.go by golint

exported method FileBox.Size should have comment or be unexported
Open

func (fb *FileBox) Size() {
Severity: Minor
Found in wechaty-puppet/filebox/file_box.go by golint

exported method TagFactory.Get should have comment or be unexported
Open

func (r *TagFactory) Get(tag string) _interface.ITag {
Severity: Minor
Found in wechaty/factory/tag.go by golint

don't use an underscore in package name
Open

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

don't use an underscore in package name
Open

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

exported type Message should have comment or be unexported
Open

type Message struct {
Severity: Minor
Found in wechaty/user/message.go by golint

method ToUrlLink should be ToURLLink
Open

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

exported function NewMiniProgram should have comment or be unexported
Open

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

exported method RoomInvitation.MemberCount should have comment or be unexported
Open

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

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

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

don't use an underscore in package name
Open

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

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

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

don't use an underscore in package name
Open

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

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

func (c *Contact) IsReady() bool {
Severity: Minor
Found in wechaty/user/contact.go by golint

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

func (c *Contact) ID() string {
Severity: Minor
Found in wechaty/user/contact.go by golint

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

func (c *Contact) Name() string {
Severity: Minor
Found in wechaty/user/contact.go by golint

var puppetId should be puppetID
Open

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