CityofSurrey/dockercloud

View on GitHub

Showing 2 of 28 total issues

File dockercloud.js has 307 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import request from 'request'
import WebSocket from 'ws'

if (!global._babelPolyfill) {
  require('babel-polyfill')
Severity: Minor
Found in src/dockercloud.js - About 3 hrs to fix

DockerCloud has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class DockerCloud {
  constructor(username, password) {
    this.credentials = {
      username,
      password,
Severity: Minor
Found in src/dockercloud.js - About 2 hrs to fix
Severity
Category
Status
Source
Language