interlockjs/interlock

View on GitHub
src/cli/ilk-server.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handler has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const handler = argv => {
  const config = argv.config ? options.loadConfig(argv.config) : {};
  const logger = options.getLogger(argv.verbose);

  const compileOpts = options.getInterlockOpts(
Severity: Minor
Found in src/cli/ilk-server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status