wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

func (l *Location) Payload() schemas.LocationPayload {
Severity: Minor
Found in wechaty/user/location.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 MiniProgram.IconUrl should have comment or be unexported
Open

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

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

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

var FromUrl should be FromURL
Open

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

func parameter remoteUrl should be remoteURL
Open

func newFileBoxUrl(remoteUrl string, headers http.Header) *fileBoxUrl {

func newFileBoxUuid should be newFileBoxUUID
Open

func newFileBoxUuid(uuid string) *fileBoxUuid {

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

func (r *RoomInvitationFactory) FromPayload(payload *schemas.RoomInvitationPayload) _interface.IRoomInvitation {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

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

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

type UrlLinkFactory should be URLLinkFactory
Open

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

comment on exported method Friendship.ToJSON should be of the form "ToJSON ..."
Open

// toJSON get friendShipPayload Json
Severity: Minor
Found in wechaty/user/friendship.go by golint

exported type MiniProgram should have comment or be unexported
Open

type MiniProgram struct {
Severity: Minor
Found in wechaty/user/mini_program.go by golint

exported type Tag should have comment or be unexported
Open

type Tag struct {
Severity: Minor
Found in wechaty/user/tag.go by golint

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

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

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

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

var ErrNoUrl should be ErrNoURL
Open

    ErrNoUrl = errors.New("no url")
Severity: Minor
Found in wechaty-puppet/filebox/file_box.go by golint

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

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

exported type IImageFactory should have comment or be unexported
Open

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

don't use an underscore in package name
Open

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

exported type ContactSelf should have comment or be unexported
Open

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