docker/swarmkit

View on GitHub
manager/state/store/services.go

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 69 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func init() {
    register(ObjectStoreConfig{
        Table: &memdb.TableSchema{
            Name: tableService,
            Indexes: map[string]*memdb.IndexSchema{
Severity: Minor
Found in manager/state/store/services.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status