jsperf/jsperf.com

View on GitHub
server/web/redirects.js

Summary

Maintainability
A
1 hr
Test Coverage

Function register has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.register = function (server, options, next) {
  var redirects = [
    {
      path: '/@',
      redirect: 'https://twitter.com/jsperf'
Severity: Minor
Found in server/web/redirects.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status