SergeiKiss/frontend-project-11

View on GitHub
src/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateTracking has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  const updateTracking = () => {
    setTimeout(() => {
      state.updateTracking.updateTrackingState = 'processing';
      const { feeds } = state.feedsBody;
      for (let i = 0; i < feeds.length; i += 1) {
Severity: Minor
Found in src/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status