fh1ch/node-bacstack

View on GitHub
lib/services/device-communication-control.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports.decode = (buffer, offset, apduLen) => {
  let len = 0;
  const value = {};
  let decodedValue;
  let result;
Severity: Minor
Found in lib/services/device-communication-control.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    'use strict';

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status