fedspendingtransparency/usaspending-api

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File recipient_lookup.py has 641 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

RECIPIENT_LOOKUP_COLUMNS_WITHOUT_ID = {
    "recipient_hash": {"delta": "STRING", "postgres": "UUID"},
    "legal_business_name": {"delta": "STRING", "postgres": "TEXT"},
    "duns": {"delta": "STRING", "postgres": "TEXT"},
    "address_line_1": {"delta": "STRING", "postgres": "TEXT"},
Severity: Major
Found in usaspending_api/recipient/delta_models/recipient_lookup.py - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status