catalint/bluestatsd

View on GitHub
src/statsd.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports.register = function (server, options, next) {

    const settings = Hoek.applyToDefaults(defaults, options);
    const statsdClient = options.statsdClient || new StatsdClient(settings);
    const normalizePath = (path) => {
Severity: Minor
Found in src/statsd.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status