Studentmediene/kapina-backend

View on GitHub
chimera_import_script/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 2 total issues

Function run has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
Wontfix

const run = async () => {
const programs = await downloadPrograms();
let showIndex = 0;
let episodeIndex = 0;
 
 
Severity: Minor
Found in chimera_import_script/index.js - About 4 hrs to fix

Function run has 91 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const run = async () => {
const programs = await downloadPrograms();
let showIndex = 0;
let episodeIndex = 0;
 
 
Severity: Major
Found in chimera_import_script/index.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status