wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package helper
Severity: Minor
Found in wechaty-puppet/helper/array.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

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

exported type ImageFactory should have comment or be unexported
Open

type ImageFactory struct {
Severity: Minor
Found in wechaty/factory/image.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package puppetservice
Severity: Minor
Found in wechaty-puppet-service/ca.go by gofmt

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

func (r *RoomInvitationFactory) Load(id string) _interface.IRoomInvitation {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package user
Severity: Minor
Found in wechaty/user/image.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package schemas
Severity: Minor
Found in wechaty-puppet/schemas/type.go by gofmt

exported function QRCodeForChatie should have comment or be unexported
Open

func QRCodeForChatie() *filebox.FileBox {
Severity: Minor
Found in wechaty/config/config.go by golint

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

func (m *FriendshipFactory) Load(id string) _interface.IFriendship {
Severity: Minor
Found in wechaty/factory/friendship.go by golint

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

func (i *ImageFactory) Create(id string) _interface.IImage {
Severity: Minor
Found in wechaty/factory/image.go by golint

exported type IMessage should have comment or be unexported
Open

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

interface method parameter contactOrRoomId should be contactOrRoomID
Open

    Forward(contactOrRoomId string) error
Severity: Minor
Found in wechaty/interface/message.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 Images should have comment or be unexported
Open

type Images struct {
Severity: Minor
Found in wechaty/user/image.go by golint

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

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

method parameter contactOrRoomId should be contactOrRoomID
Open

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

type UrlLink should be URLLink
Open

type UrlLink struct {
Severity: Minor
Found in wechaty/user/url_link.go by golint

func FromUuid should be FromUUID
Open

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

exported type IFriendship should have comment or be unexported
Open

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

exported type IRoomInvitationFactory should have comment or be unexported
Open

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