CaliStyle/generator-treefrog

View on GitHub
archetype/lib/angular2/api/utils/ServerUtils.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  buildAngularRoutes: () => {
    return new Promise((resolve, reject) => {
      let imports = {}
      let routes = '[\n'
      let route404 = ''
Severity: Minor
Found in archetype/lib/angular2/api/utils/ServerUtils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status