corvus-ch/rabbitmq-cli-consumer

View on GitHub
command/builder_pipe.go

Summary

Maintainability
A
0 mins
Test Coverage
A
92%

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

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

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

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

exported type PipeBuilder should have comment or be unexported
Open

type PipeBuilder struct {
Severity: Minor
Found in command/builder_pipe.go by golint

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status