Showing 1 of 4 total issues
Function images
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
def images(ctx, repo, image, count, units, exact_match): '''List images in a repo''' ecr = Ecr(ctx['ecr'], repo) if image == '':
- Read upRead up