ArsenyKonkolovich/backend-project-lvl3

View on GitHub

Showing 1 of 1 total issue

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

const resourceProcessing = (filePath, url, fileName) => {
  const dirName = `${fileName}_files`;
  const dirPath = `${filePath}_files`;
  const htmlFilePath = `${filePath}.html`;
  const resourcesToLocalize = [];
Severity: Minor
Found in src/index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language