trufflesuite/truffle

View on GitHub
packages/core/lib/configAdapter.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function configureManagedGanache has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function configureManagedGanache(config, networkConfig, mnemonic) {
  const host = getFirstDefinedValue(
    networkConfig.host,
    "127.0.0.1" // Use as default host
  );
Severity: Major
Found in packages/core/lib/configAdapter.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status