tjs-w/go-proto-stomp

View on GitHub
pkg/stomp/frame.go

Summary

Maintainability
A
0 mins
Test Coverage
C
75%

Method Frame.Validate has 5 return statements (exceeds 4 allowed).
Invalid

func (f *Frame) Validate(s FrameSource) error {
    if s == ServerFrame {
        if err := f.validateSeverCommand(); err != nil {
            return err
        }
Severity: Major
Found in pkg/stomp/frame.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status