Showing 36 of 36 total issues
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, parent, title, message: str="", width: int=300, height: int=80): # pylint: disable=too-many-arguments
Function generate_calibration_file
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def generate_calibration_file(outfile, online, progress_callback, data, c): # pylint: disable=too-many-locals
Function parse_parameter_metadata
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def parse_parameter_metadata(xml_url: str, xml_dir: str, xml_file: str,
Function output_params
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def output_params(params: Dict[str, float], format_type: str = 'missionplanner', # pylint: disable=too-many-branches
Function component_editor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def component_editor(args, flight_controller, vehicle_type, local_filesystem, vehicle_dir_window):
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return pdata
Avoid too many return
statements within this function. Open
Open
return files[start_file_index]
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return str(e)