synapsecns/sanguine

View on GitHub
core/dockerutil/options_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestValidateOptions has 73 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestValidateOptions(t *testing.T) {
    ctx := context.Background()
    resource := &dockertest.Resource{
        Container: &docker.Container{
            ID: "test-container-id",
Severity: Minor
Found in core/dockerutil/options_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status