ebemunk/node-uci

View on GitHub
src/parseUtil/parseOption.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function parseOption(line) {
  const parsed = REGEX.option.exec(line)
  if (!parsed) return null

  const option = {
Severity: Minor
Found in src/parseUtil/parseOption.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status