viddo/atom-textual-velocity

View on GitHub
lib/epics/fileReadsEpic.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function fileReadsEpic has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function fileReadsEpic(
  action$: rxjs$Observable<Action>,
  state$: reduxRxjs$StateObservable<State>
) {
  return merge(
Severity: Major
Found in lib/epics/fileReadsEpic.js - About 2 hrs to fix

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

    function readFilesAsObservable(
      fileReadersArray: IFileReader[],
      rawFile: RawFile,
      dir: string
    ) {
    Severity: Minor
    Found in lib/epics/fileReadsEpic.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status