byceps/byceps

View on GitHub
byceps/blueprints/admin/shop/article/views.py

Summary

Maintainability
A
0 mins
Test Coverage
F
29%

Function create has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

def create(shop_id, type_name):
    """Create an article."""
    shop = _get_shop_or_404(shop_id)
    type_ = _get_article_type_or_400(type_name)

Severity: Minor
Found in byceps/blueprints/admin/shop/article/views.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status