dyatko/arkit

View on GitHub
src/arkit.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getOutputs has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getOutputs = (config: Config): Promise<SavedString[]> => {
  const files = new Parser(config).parse();
  trace("Parsed files");
  trace(files);

Severity: Minor
Found in src/arkit.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status