qiwi/tech-radar

View on GitHub
src/main/js/parser/csv.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

export const parseCsvRadar = async (csvPath) => {
  const radarContents = normalizeCsv(await fse.readFile(csvPath, 'utf8'))
  const radarDocument = {
    meta: {},
    data: [],
Severity: Minor
Found in src/main/js/parser/csv.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status