inversify/inversify-restify-utils

View on GitHub
src/server.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function registerControllers has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private registerControllers() {

        let controllers: interfaces.Controller[] = this.container.getAll<interfaces.Controller>(TYPE.Controller);

        controllers.forEach((controller: interfaces.Controller) => {
Severity: Minor
Found in src/server.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status