Showing 198 of 403 total issues
Avoid deeply nested control flow statements. Open
Open
} else if ('category' == name && utils.get(el) && 'rss' == type) {
item.categories.push(utils.get(el).trim());
} else if ('dc:subject' == name && utils.get(el)) {
_categories = utils.get(el).split(' ').map(function (cat){ return cat.trim(); });
if (_categories.length) item.categories = item.categories.concat(_categories);
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if (tempCodePoint > 0x7F) {
codePoint = tempCodePoint
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if(data.address.length){
break;
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if (ctx.customInspect &&
value &&
isFunction(value.inspect) &&
// Filter out the util module, it's inspect function is special
value.inspect !== exports.inspect &&
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if(!data.address && isGroup){
return [];
}else{
address = {
address: data.address || data.text || "",
- Create a ticketCreate a ticket
Function writeOrBuffer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function writeOrBuffer(stream, state, chunk, encoding, cb) {
- Create a ticketCreate a ticket
Function writeOrBuffer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function writeOrBuffer(stream, state, chunk, encoding, cb) {
- Create a ticketCreate a ticket
Function onwriteError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function onwriteError(stream, state, sync, er, cb) {
- Create a ticketCreate a ticket
Function onwriteError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function onwriteError(stream, state, sync, er, cb) {
- Create a ticketCreate a ticket
Function writeFloat
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function writeFloat (buf, value, offset, littleEndian, noAssert) {
- Create a ticketCreate a ticket
Function readableAddChunk
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function readableAddChunk(stream, state, chunk, encoding, addToFront) {
- Create a ticketCreate a ticket
Function readableAddChunk
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function readableAddChunk(stream, state, chunk, encoding, addToFront) {
- Create a ticketCreate a ticket
Function writeDouble
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function writeDouble (buf, value, offset, littleEndian, noAssert) {
- Create a ticketCreate a ticket
Function formatArray
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
- Create a ticketCreate a ticket
Function read
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return template.replace(variable, '');
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return evaluated;
- Create a ticketCreate a ticket