aiao-io/aiao

View on GitHub
tools/hotfix/hotfix.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function fixFiles has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

async function fixFiles() {
  const globbyFiles = await globby(join(fixFileRoot, '**/*.*'));
  const files: IFixFile[] = [];
  globbyFiles.forEach(d => {
    let p = d.lastIndexOf('.');
Severity: Minor
Found in tools/hotfix/hotfix.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status