Runnable/loki

View on GitHub

Showing 1 of 5 total issues

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor (DriverClass, opts) {
    joi.assert(DriverClass, joi.func().required().label('docker driver'))
    defaults(opts, {
      serviceName: process.env.APP_NAME
    })
Severity: Minor
Found in lib/base.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language