desophos/idleon-saver

View on GitHub
idleon_saver/scripts/export.py

Summary

Maintainability
B
6 hrs
Test Coverage

File export.py has 379 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import csv
import json
import logging
from abc import ABC, abstractmethod
from argparse import Namespace
Severity: Minor
Found in idleon_saver/scripts/export.py - About 5 hrs to fix

    Function build_char has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def build_char(
    Severity: Major
    Found in idleon_saver/scripts/export.py - About 1 hr to fix

      Avoid too many return statements within this function.
      Open

              return 1
      Severity: Major
      Found in idleon_saver/scripts/export.py - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status