zalando/connexion

View on GitHub
connexion/apis/flask_api.py

Summary

Maintainability
A
2 hrs
Test Coverage

File flask_api.py has 259 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import logging
import warnings

import flask
import werkzeug.exceptions
Severity: Minor
Found in connexion/apis/flask_api.py - About 2 hrs to fix

    Function _build_response has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def _build_response(cls, mimetype, content_type=None, headers=None, status_code=None, data=None, extra_context=None):
    Severity: Minor
    Found in connexion/apis/flask_api.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status