weacast/weacast-alert

View on GitHub
src/index.js

Summary

Maintainability
A
45 mins
Test Coverage
F
41%

Avoid deeply nested control flow statements.
Open

          if (typeof probeFilter === 'function' && !probeFilter(probe)) {
            logger.info('Skipping default alert ' + defaultAlert.fileName + ' for probe ' + probe._id)
            continue
          }
Severity: Major
Found in src/index.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status