imyousuf/webhook-broker

View on GitHub

Showing 8 of 24 total issues

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

// Code generated by Wire. DO NOT EDIT.
Severity: Minor
Found in storage/wire_gen.go by gofmt

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

    PullConsumer ConsumerType = iota
Severity: Minor
Found in storage/data/consumer.go by golint

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

package config
Severity: Minor
Found in config/config.go by gofmt

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

package dispatcher
Severity: Minor
Found in dispatcher/queue.go by gofmt

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

// Code generated by Wire. DO NOT EDIT.
Severity: Minor
Found in wire_gen.go by gofmt

exported type ConsumerType should have comment or be unexported
Open

type ConsumerType int
Severity: Minor
Found in storage/data/consumer.go by golint

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

    PullConsumerStr = "pull"
Severity: Minor
Found in config/api.go by golint

exported type PriorityQueue should have comment or be unexported
Open

type PriorityQueue struct {
Severity: Minor
Found in dispatcher/queue.go by golint
Severity
Category
Status
Source
Language