HenriBeck/check-flow

View on GitHub

Showing 1 of 11 total issues

Function runFlow has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function runFlow(flow: string, options: Options): Promise<string> {
  // eslint-disable-next-line promise/avoid-new
  return new Promise((resolve, reject) => {
    const parser = new Parser(options);

Severity: Minor
Found in src/run-flow.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language