corvus-ch/rabbitmq-cli-consumer

View on GitHub
command/builder_argument.go

Summary

Maintainability
A
0 mins
Test Coverage
B
89%

exported type ArgumentBuilder should have comment or be unexported
Open

type ArgumentBuilder struct {
Severity: Minor
Found in command/builder_argument.go by golint

exported method ArgumentBuilder.SetCaptureOutput should have comment or be unexported
Open

func (b *ArgumentBuilder) SetCaptureOutput(capture bool) {
Severity: Minor
Found in command/builder_argument.go by golint

exported method ArgumentBuilder.GetCommand should have comment or be unexported
Open

func (b *ArgumentBuilder) GetCommand(p delivery.Properties, d delivery.Info, body []byte) (*exec.Cmd, error) {
Severity: Minor
Found in command/builder_argument.go by golint

exported method ArgumentBuilder.SetOutputWriter should have comment or be unexported
Open

func (b *ArgumentBuilder) SetOutputWriter(w io.Writer) {
Severity: Minor
Found in command/builder_argument.go by golint

exported method ArgumentBuilder.SetErrorWriter should have comment or be unexported
Open

func (b *ArgumentBuilder) SetErrorWriter(w io.Writer) {
Severity: Minor
Found in command/builder_argument.go by golint

exported method ArgumentBuilder.SetCommand should have comment or be unexported
Open

func (b *ArgumentBuilder) SetCommand(cmd string) {
Severity: Minor
Found in command/builder_argument.go by golint

There are no issues that match your filters.

Category
Status