18F/crime-data-api

View on GitHub
crime_data/app.py

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 2 of 2 total issues

Function add_resources has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def add_resources(app):
"""Register API routes and Swagger endpoints"""
api = restful.Api(app)
 
@api.representation('text/csv')
Severity: Major
Found in crime_data/app.py - About 3 hrs to fix

File app.py has 262 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# -*- coding: utf-8 -*-
"""The app module, containing the app factory function."""
import csv
import io
from os import getenv
Severity: Minor
Found in crime_data/app.py - About 2 hrs to fix

There are no issues that match your filters.

Category
Status