DeFiCh/jellyfish

View on GitHub
packages/testcontainers/src/containers/RegTestContainer/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getCmd has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  protected getCmd (opts: StartOptions): string[] {
    const cmds = [...super.getCmd(opts),
      '-regtest=1',
      '-jellyfish_regtest=1',
      '-txnotokens=0',
Severity: Minor
Found in packages/testcontainers/src/containers/RegTestContainer/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status