jmarca/couch_check_state

View on GitHub
couch_check_state.js

Summary

Maintainability
A
1 hr
Test Coverage
A
91%

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

function _couchdb_check_state(opts,cb){
    if(opts.couchdb !== undefined){
        throw new Error('hey, you are using an old way of doing this')
    }
    let c = {}
Severity: Minor
Found in couch_check_state.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status