crccheck/kinesis-streams

View on GitHub
lib/writable.js

Summary

Maintainability
A
1 hr
Test Coverage

Function writeRecords has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async writeRecords ()/*: Promise<void> */ {
    if (!this.queue.length) {
      return
    }

Severity: Minor
Found in lib/writable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status