timgabets/electron-atm

View on GitHub
src/listeners/fits.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function buildFITsList(){
    fits.get().forEach( (fit) => {
      fit_record = '<tr>';

      fit_record += '<td>'
Severity: Minor
Found in src/listeners/fits.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status