fedspendingtransparency/usaspending-api

View on GitHub
usaspending_api/recipient/delta_models/recipient_profile.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File recipient_profile.py has 428 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

RECIPIENT_PROFILE_COLUMNS_WITHOUT_ID = {
    "recipient_level": {"delta": "STRING NOT NULL", "postgres": "TEXT NOT NULL"},
    "recipient_hash": {"delta": "STRING", "postgres": "UUID"},
    "recipient_unique_id": {"delta": "STRING", "postgres": "TEXT"},
    "recipient_name": {"delta": "STRING", "postgres": "TEXT"},
Severity: Minor
Found in usaspending_api/recipient/delta_models/recipient_profile.py - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status