TripleParity/docks-api

View on GitHub
lib/docker_event_handler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function feed has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  feed(data) {
    this.AllSubject.onNext(data);

    switch (data['Type']) {
    case DockerTypes.VOLUME: {
Severity: Minor
Found in lib/docker_event_handler.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status