frankthelen/good-map

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Function _transform has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  _transform(data, enc, next) { // eslint-disable-line no-underscore-dangle
    // filter
    const { event, tags = [] } = data;
    if (this.events.length && !this.events.includes(event)) {
      return next(null, data);
Severity: Minor
Found in src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status