docker/swarmkit

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

func init() {
    register(ObjectStoreConfig{
        Table: &memdb.TableSchema{
            Name: tableTask,
            Indexes: map[string]*memdb.IndexSchema{
Severity: Major
Found in manager/state/store/tasks.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status