joao-fontenele/stable-cache

View on GitHub
lib/classes/policies/circuit-breaker.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function constructor has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(options: CircuitBreakerOptions) {
    super();

    this.options = options;
    this.policy = Policy.noop;
Severity: Minor
Found in lib/classes/policies/circuit-breaker.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status