3ru/gpt-translate

View on GitHub
src/file.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function generateOutputFilePaths has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const generateOutputFilePaths = (
  inputFilePaths: string[],
  outputFilePath: string,
): string[] => {
  const outputSegments = path.normalize(outputFilePath).split(path.sep)
Severity: Minor
Found in src/file.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status