adobe/brackets

View on GitHub
src/filesystem/impls/appshell/node/FileWatcherDomain.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function init has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function init(domainManager) {
    if (!domainManager.hasDomain("fileWatcher")) {
        domainManager.registerDomain("fileWatcher", {major: 0, minor: 1});
    }

Severity: Minor
Found in src/filesystem/impls/appshell/node/FileWatcherDomain.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status