Showing 6 of 6 total issues
File convert.py
has 822 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
#!/usr/bin/env python3
import argparse
import docx2pdf # type: ignore
import docx # type: ignore
import fnmatch
Function produce_webapp_mappings
has a Cognitive Complexity of 22 (exceeds 5 allowed). Consider refactoring. Open
Open
def produce_webapp_mappings(source_file: Dict[Any, Any], standards_to_add: list[str]) -> Dict[Any, Any]:
base = {
"meta": {"edition": "webapp", "component": "mappings", "language": "ALL", "version": CORNUCOPIA_VERSION},
}
for indx, suit in enumerate(source_file.copy()["suits"]):
- Read upRead up
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
Function get_mapping_for_edition
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def get_mapping_for_edition(
Avoid deeply nested control flow statements. Open
Open
for link in cre_object.get("links"):
if link.get("document").get("name") == standard:
source_file["suits"][indx]["cards"][card_indx][standard] = link.get("document").get(
"sectionID"
)
Function valid_meta
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def valid_meta(meta: Dict[str, Any], language: str, edition: str, version: str, template: str, layout: str) -> bool:
Function create_edition_from_template
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def create_edition_from_template(