Showing 544 of 544 total issues
struct field PublisherId should be PublisherID Open
Open
PublisherId struct {
- Exclude checks
don't use an underscore in package name Open
Open
package memory_card
- Exclude checks
exported method MemoryCard.Clear should have comment or be unexported Open
Open
func (mc *MemoryCard) Clear() {
- Exclude checks
exported const FriendshipTypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
FriendshipTypeUnknown FriendshipType = 0
- Exclude checks
exported type FriendshipPayloadVerify should have comment or be unexported Open
Open
type FriendshipPayloadVerify struct {
- Exclude checks
comment on exported type MessageType should be of the form "MessageType ..." (with optional leading article) Open
Open
//go:generate stringer -type=MessageType
- Exclude checks
exported function WithOptions should have comment or be unexported Open
Open
func WithOptions(o Options) Option {
- Exclude checks
struct field HeadUrl should be HeadURL Open
Open
HeadUrl struct {
- Exclude checks
struct field IconUrl should be IconURL Open
Open
IconUrl struct {
- Exclude checks
exported method MemoryCard.SetInt64 should have comment or be unexported Open
Open
func (mc *MemoryCard) SetInt64(key string, value int64) {
- Exclude checks
exported type EventReadyPayload should have comment or be unexported Open
Open
type EventReadyPayload = BaseEventPayload
- Exclude checks
comment on exported type FriendshipType should be of the form "FriendshipType ..." (with optional leading article) Open
Open
//go:generate stringer -type=FriendshipType
- Exclude checks
exported type MessagePayloadBase should have comment or be unexported Open
Open
type MessagePayloadBase struct {
- Exclude checks
struct field RoomId should be RoomID Open
Open
RoomId string
- Exclude checks
struct field ObjectNonceId should be ObjectNonceID Open
Open
ObjectNonceId struct {
- Exclude checks
struct field IconUrl1 should be IconURL1 Open
Open
IconUrl1 struct {
- Exclude checks
struct field CoverUrl should be CoverURL Open
Open
CoverUrl struct {
- Exclude checks
exported method MemoryCard.GetInt64 should have comment or be unexported Open
Open
func (mc *MemoryCard) GetInt64(key string) int64 {
- Exclude checks
exported method MemoryCard.SetString should have comment or be unexported Open
Open
func (mc *MemoryCard) SetString(key string, value string) {
- Exclude checks
don't use an underscore in package name Open
Open
package memory_card
- Exclude checks