Showing 1,485 of 3,294 total issues
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return {
needsLoading: false,
treeData: treeData
};
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return textOrLines.substr(0, offset).split("\n").length - 1;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return this; // chainable
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return createTagInfo();
Avoid too many return
statements within this function. Open
Open
return createTagInfo();
Avoid too many return
statements within this function. Open
Open
return _createTagInfo(ctx.token, TOKEN_VALUE, offset, tagAttrValue.exclusionList, tagAttrValue.tagName, tagAttrValue.attrName);
Avoid too many return
statements within this function. Open
Open
return dom;
Avoid too many return
statements within this function. Open
Open
return {
tagName: tagName,
exclusionList: exclusionList,
shouldReplace: shouldReplace
};
Avoid too many return
statements within this function. Open
Open
return createTagInfo();
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return createTagInfo(ATTR_NAME, 0, tagInfo.tagName);
Avoid too many return
statements within this function. Open
Open
return createTagInfo();
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return _createContextInfo((shouldReplace) ? ctxNext.token : ctx.token, TOKEN_VALUE, offset, keyName, valueName, parentKeyName, isArray, null, shouldReplace);