src/main.js

Summary

Maintainability
A
1 hr
Test Coverage
B
85%

Function createServer has 60 lines of code (exceeds 50 allowed). Consider refactoring.
Open

export default async function createServer () {
  const app = express(feathers())
  // Override Feathers configure that do not manage async operations,
  // here we also simply call the function given as parameter but await for it
  app.configure = async function (fn) {
Severity: Major
Found in src/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status