wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

method ToUuid should be ToUUID
Open

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

type fileBoxUrl should be fileBoxURL
Open

type fileBoxUrl struct {

exported type TagFactory should have comment or be unexported
Open

type TagFactory struct {
Severity: Minor
Found in wechaty/factory/tag.go by golint

struct field Id should be ID
Open

    Id      string
Severity: Minor
Found in wechaty/user/contact.go by golint

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

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

var talkerId should be talkerID
Open

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

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

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

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

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

don't use an underscore in package name
Open

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

exported type IContactSelf should have comment or be unexported
Open

type IContactSelf interface {
Severity: Minor
Found in wechaty/interface/contact_self.go by golint

exported type IMessageFactory should have comment or be unexported
Open

type IMessageFactory interface {
Severity: Minor
Found in wechaty/interface/message.go by golint

exported type Friendship should have comment or be unexported
Open

type Friendship struct {
Severity: Minor
Found in wechaty/user/friendship.go by golint

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

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

exported type Room should have comment or be unexported
Open

type Room struct {
Severity: Minor
Found in wechaty/user/room.go by golint

exported method RoomInvitationFactory.FromJSON should have comment or be unexported
Open

func (r *RoomInvitationFactory) FromJSON(s string) (_interface.IRoomInvitation, error) {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

exported type IFriendshipFactory should have comment or be unexported
Open

type IFriendshipFactory interface {
Severity: Minor
Found in wechaty/interface/friendship.go by golint

exported method UrlLinkFactory.Create should have comment or be unexported
Open

func (u *UrlLinkFactory) Create(url string) (_interface.IUrlLink, error) {
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_invitation.go by golint

exported type IContactSelfFactory should have comment or be unexported
Open

type IContactSelfFactory interface {
Severity: Minor
Found in wechaty/interface/contact_self.go by golint

exported type ITagFactory should have comment or be unexported
Open

type ITagFactory interface {
Severity: Minor
Found in wechaty/interface/tag.go by golint
Severity
Category
Status
Source
Language