Showing 1,896 of 2,859 total issues
Function DrawBar
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function DrawBar(row, color, start, end, width) {
Function DrawHalfBar
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function DrawHalfBar(row, color, start, end, width) {
Function outdated_
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function outdated_ (args, dir, parentHas, depth, cb) {
Function run
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function run (pkg, wd, cmd, args, cb) {
Function pack
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function pack (tarball, folder, pkg, dfc, cb) {
Function bfsify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function bfsify (root, args, current, queue, seen) {
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
cache.add = function (pkg, ver, where, scrub, cb) {
Function TextWrap
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '):
Function build
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function build (args, global, didPre, didRB, cb) {
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, name, default, help, short_name=None, **args):
Function linkStuff
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function linkStuff (pkg, folder, global, didRB, cb) {
Function linkBins
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function linkBins (pkg, folder, parent, gtop, cb) {
Function rebuildBundles
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function rebuildBundles (pkg, folder, parent, gtop, cb) {
Function validateExistingRemote
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function validateExistingRemote (from, cloneURL, treeish, cachedRemote, cb) {
Function resolveHead
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function resolveHead (from, cloneURL, treeish, cachedRemote, cb) {
Function linkMans
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function linkMans (pkg, folder, parent, gtop, cb) {
Function updateRemote
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function updateRemote (from, cloneURL, treeish, cachedRemote, cb) {
Function addRemoteTarball
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function addRemoteTarball (u, pkgData, shasum, auth, cb_) {
Function fetchAndShaCheck
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function fetchAndShaCheck (u, tmp, shasum, auth, cb) {
Function DEFINE_string
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def DEFINE_string(name, default, help, flag_values=FLAGS, **args):