500tech/angular-kick

View on GitHub
lib/generators/component.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function (name) {
  name = Utils.ensureName('component', name);

  let subdirectories = name.split('/');
  name = subdirectories.pop();
Severity: Minor
Found in lib/generators/component.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status