zalando/zappr

View on GitHub
server/server.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function init(options = {}) {
  const passport = initPassport(options.PassportStrategy)

  return app.use(generatePrometheusMiddleware(router, {
              ignore: [/^\/repository/]
Severity: Minor
Found in server/server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status