danielwippermann/resol-vbus

View on GitHub
src/serial-connection.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function _connect has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _connect() {
        return new Promise((resolve, reject) => {
            let cleanup = () => { reject(new Error('Called too soon')); };

            const options = {
Severity: Major
Found in src/serial-connection.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status