azukiapp/azk

View on GitHub
src/sync/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sync has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static sync(origin, destination, opts = {}) {
    return stat(origin).then((stats) => {
      let args = ['-az'];
      let include = [], exclude = [];
      let DIR_SEP = '';
Severity: Minor
Found in src/sync/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status