eisen-dev/eisen_engine

View on GitHub
core/AnsibleV1Wrap.py

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 3 of 3 total issues

Function search has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def search(values, searchFor):
founds = []
for k in values:
for v in values[k]:
if searchFor in v:
Severity: Minor
Found in core/AnsibleV1Wrap.py - About 25 mins to fix

Similar blocks of code found in 2 locations. Consider refactoring.
Open

def RecipesStart():
"""
example init task
 
 
 
Severity: Major
Found in core/AnsibleV1Wrap.py and 1 other location - About 2 hrs to fix
core/AnsibleV1Wrap.py on lines 164..179

Similar blocks of code found in 2 locations. Consider refactoring.
Open

def TasksStart():
"""
example init task
 
:rtype: object
Severity: Major
Found in core/AnsibleV1Wrap.py and 1 other location - About 2 hrs to fix
core/AnsibleV1Wrap.py on lines 181..197
Category
Status