Runnable/loki

View on GitHub
lib/base.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status