kellyselden/ember-i18n-csv

View on GitHub
lib/to-csv.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status