dataplug-io/sql-dataplug

View on GitHub
lib/commands/sqlSchema.js

Summary

Maintainability
A
1 hr
Test Coverage

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

declaration.handler = (argv, collection) => {
  const reader = new JsonStreamReader('!')
  new Promise((resolve, reject) => {
    process.stdin
      .pipe(reader)
Severity: Minor
Found in lib/commands/sqlSchema.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status