netzulo/qacode

View on GitHub

Showing 23 of 45 total issues

Function _load has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Confirmed

def _load(self):
self.log = Log(
log_path=self.settings.get('log_output_file'),
log_name=self.settings.get('log_name'),
log_level=self.settings.get('log_level'))
Severity: Minor
Found in qacode/core/bots/bot_base.py - About 25 mins to fix

Function path_format has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Confirmed

def path_format(file_path=None, file_name=None, is_abspath=False,
ignore_raises=False):
"""
Get path joined checking before if path and filepath exist,
if not, raise an Exception
Severity: Minor
Found in setup.py - About 25 mins to fix

Remove this commented out code.
Confirmed

# if not isinstance(value, Select):
Severity
Category
Status
Source
Language