superscriptjs/ss-parser

View on GitHub
src/wordnet.js

Summary

Maintainability
A
1 hr
Test Coverage

Function lookup has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const lookup = function lookup(word, pointerSymbol = '~', cb) {
  let pos = null;

  const match = word.match(/~(\w)$/);
  if (match) {
Severity: Minor
Found in src/wordnet.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status