bookbrainz/bookbrainz-site

View on GitHub
src/server/influx.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function init(app, config) {
    const influxConfig = config.influx;

    const influx = new Influx.InfluxDB({
        database: influxConfig.database || 'bookbrainz',
Severity: Minor
Found in src/server/influx.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status