Showing 1,896 of 2,859 total issues
Function GetAllDefines
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def GetAllDefines(target_list, target_dicts, data, config_name, params):
Function SetFileProperty
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def SetFileProperty(output, source_name, property_name, values, sep):
Function GetAllIncludeDirectories
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def GetAllIncludeDirectories(target_list, target_dicts,
Function SetTargetProperty
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def SetTargetProperty(output, target_name, property_name, values, sep=''):
Function _CreateToken
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _CreateToken(self, string, token_type, line, line_number, values=None):
Function _HandleError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _HandleError(self, code, message, token, position=None,
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, error_handler, lint_rules, state_tracker,
Function HandleError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def HandleError(self, code, message, token, position=None,
Function WriteRules
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteRules(self, rules, extra_sources, extra_outputs,
Function _CreateToken
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _CreateToken(self, string, token_type, line, line_number, values=None):
Function _ToolSetOrAppend
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False):
Function _AddActionStep
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _AddActionStep(actions_dict, inputs, outputs, description, command):
Function AppendPostbuildVariable
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def AppendPostbuildVariable(self, variables, spec, output, binary,
Function _ExcludeFilesFromBeingBuilt
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl,
Function WriteTarget
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteTarget(self, spec, configs, deps, link_deps, part_of_all):
Function _AppendFiltersForMSBuild
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _AppendFiltersForMSBuild(parent_filter_name, sources,
Function WriteNewNinjaRule
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteNewNinjaRule(self, name, args, description, is_cygwin, env):
Function WriteList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteList(self, value_list, variable=None, prefix='',
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, path, name = None, entries = None,
Function WriteCopies
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteCopies(target_name, copies, extra_deps, path_to_gyp, output):