cozy-labs/cozy-desktop

View on GitHub
core/remote/watcher/normalizePaths.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

      if (
        c.type === 'FileAddition' ||
        c.type === 'DirAddition' ||
        c.type === 'FileUpdate' ||
        c.type === 'DirUpdate' ||
Severity: Critical
Found in core/remote/watcher/normalizePaths.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status