haraka/haraka-tld

View on GitHub
lib/update.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.isRemoteNewer = function (dest, opts) {
  if (!dest) dest = pslFile

  return new Promise((resolve, reject) => {
    this.getFileStats(dest)
Severity: Minor
Found in lib/update.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status