Godzil/Crunchy

View on GitHub
src/config.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function save(config: IConfig)
{
  const tmp = JSON.parse(JSON.stringify(config));

  // Things added by the command line parser
Severity: Minor
Found in src/config.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status