TripleParity/docks-api

View on GitHub
lib/docker_event_watcher.js

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  start() {
    const req = request({
      method: 'GET',
      url: 'http://unix:/var/run/docker.sock:/v1.37/events',
      json: true,
Severity: Minor
Found in lib/docker_event_watcher.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status