zalando/zappr

View on GitHub
server/service/AuditServiceCreator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createShipper has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createShipper() {
  switch (shipEngine) {
    case 'file':
      const FILENAME = nconf.get('AUDIT_FILENAME') || "audit.log"
      const MAXSIZE = nconf.get('AUDIT_MAX_SIZE') || 10 ** 7 // 10 MB default max size
Severity: Minor
Found in server/service/AuditServiceCreator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status