leonitousconforti/tinyburg

View on GitHub
packages/architect/src/docker-helpers/1-build-image.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    Effect.gen(function* () {
        const images: MobyApi.Images.Images = yield* MobyApi.Images.Images;

        const context: url.URL = new URL("../../emulator", import.meta.url);
        const tarStream: tar.Pack = tar.pack(url.fileURLToPath(context));
Severity: Minor
Found in packages/architect/src/docker-helpers/1-build-image.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status