nycJSorg/angular-presentation

View on GitHub
libs/code-demos/src/lib/shared/monaco-config.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function configureMonaco has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static configureMonaco() {
    if (MonacoConfigService.initialized) {
      return;
    }
    MonacoConfigService.initialized = true;
Severity: Minor
Found in libs/code-demos/src/lib/shared/monaco-config.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status