dalisoft/nanoexpress

View on GitHub
src/packed/middlewares/swagger-ui.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = (config = {}) => {
  if (config.title === undefined) {
    config.title = 'nanoexpress - Swagger UI';
  }
  if (config.path === undefined) {
Severity: Major
Found in src/packed/middlewares/swagger-ui.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status