500tech/angular-kick

View on GitHub
lib/commands/destroy.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function () {
  const type = process.argv[3];
  const name = process.argv[4];

  process.argv.splice(0,5);
Severity: Minor
Found in lib/commands/destroy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status