dustin-H/telaviv

View on GitHub
src/config/compileConfig.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

          if (route[type][j].component) {
            if (c.components[c.theme+'/'+route[type][j].component] == null) {
              c.components[c.theme+'/'+route[type][j].component] = 'c' + c.componentCounter.toString(36) + '-'
              c.componentCounter++
            }
Severity: Major
Found in src/config/compileConfig.js - About 45 mins to fix

    Avoid too many return statements within this function.
    Open

        return 0
    Severity: Major
    Found in src/config/compileConfig.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status