divio/django-cms

View on GitHub
cms/test_utils/project/placeholderapp/views.py

Summary

Maintainability
A
1 hr
Test Coverage

Function _base_detail has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def _base_detail(request, instance, template_name='detail.html',
Severity: Minor
Found in cms/test_utils/project/placeholderapp/views.py - About 35 mins to fix

    Function detail_view_char has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def detail_view_char(request, pk, template_name='detail.html', item_name="char_1",
    Severity: Minor
    Found in cms/test_utils/project/placeholderapp/views.py - About 35 mins to fix

      Function detail_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def detail_view(request, pk, template_name='detail.html', item_name="char_1",
      Severity: Minor
      Found in cms/test_utils/project/placeholderapp/views.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status