kellyselden/ember-i18n-csv

View on GitHub

Showing 1 of 1 total issue

Function recurse has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function recurse(json, columnIndex, rowIndex, currentKey) {
      for (let key in json) {
        let value = json[key];
        let newKey = currentKey;
        if (newKey) {
Severity: Minor
Found in lib/to-csv.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language