nooline/nooline

View on GitHub
routes/error-404.js

Summary

Maintainability
A
1 hr
Test Coverage

Function error404 has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function error404 (error, info) {

  console.error(error);

  // TODO: These options, particularly the partials and startPath,
Severity: Minor
Found in routes/error-404.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status