kariminf/jslingua

View on GitHub

Showing 1 of 4 total issues

Function readMorse has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function readMorse(morse) {
  let dotLength = 0.07,
  AudioContext = window.AudioContext || window.webkitAudioContext,
  context = new AudioContext(),
  gain = context.createGain(),
Severity: Minor
Found in src/tools.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language