Memristor-Robotics/mep-master

View on GitHub
src/drivers/infrared/InfraredDriver.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(name, config) {
        super();

        // Check arguments
        if (typeof config.infraredMaxDistance === 'undefined') {
Severity: Minor
Found in src/drivers/infrared/InfraredDriver.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status