fedspendingtransparency/usaspending-api

View on GitHub
usaspending_api/etl/management/commands/elasticsearch_indexer.py

Summary

Maintainability
B
4 hrs
Test Coverage
F
54%

File elasticsearch_indexer.py has 347 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import logging
from abc import ABC, abstractmethod
from datetime import datetime, timezone
from time import perf_counter

Severity: Minor
Found in usaspending_api/etl/management/commands/elasticsearch_indexer.py - About 4 hrs to fix

    Function parse_cli_args has a Cognitive Complexity of 17 (exceeds 15 allowed). Consider refactoring.
    Open

    def parse_cli_args(options: dict, es_client) -> dict:
        passthrough_values = [
            "create_new_index",
            "drop_db_view",
            "index_name",
    Severity: Minor
    Found in usaspending_api/etl/management/commands/elasticsearch_indexer.py - About 35 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    There are no issues that match your filters.

    Category
    Status