Showing 4 of 4 total issues
Function walkitout
has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring. Open
Open
function walkitout(filePath, callback, completer, scope, controller, processor, depth, detail){ var directories = []; var files = []; var fileCount = 0;
- Read upRead up
Function walkitout
has 112 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function walkitout(filePath, callback, completer, scope, controller, processor, depth, detail){ var directories = []; var files = []; var fileCount = 0;
Function walkitout
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function walkitout(filePath, callback, completer, scope, controller, processor, depth, detail)
Function controlDescent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function controlDescent(dirname, dirPath, descend, skip, depth) {