bertolo1988/saco

View on GitHub

Showing 1 of 3 total issues

Function appConfigure has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private appConfigure() {
    this.app.disable('x-powered-by');
    if (this.options.cors) {
      this.app.use(cors());
    }
Severity: Major
Found in src/Server.ts - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language