daniellmb/AQUA

View on GitHub
externs/nodejs/fs.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function read has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

fs.read = function(fd, buffer, offset, length, position, callback) {};
Severity: Minor
Found in externs/nodejs/fs.js - About 45 mins to fix

Function write has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

fs.write = function(fd, buffer, offset, length, position, callback) {};
Severity: Minor
Found in externs/nodejs/fs.js - About 45 mins to fix

Function writeSync has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

fs.writeSync = function(fd, buffer, offset, length, position) {};
Severity: Minor
Found in externs/nodejs/fs.js - About 35 mins to fix

Function readSync has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

fs.readSync = function(fd, buffer, offset, length, position) {};
Severity: Minor
Found in externs/nodejs/fs.js - About 35 mins to fix

There are no issues that match your filters.

Category
Status