Skip to content

Code quality

ALN** occurrences by order of importance

NOQA Number of occurrences
ALN043: You can only import things from a Component public module, see: https://www.notion.so/alaninsurance/Modular-monolith-a9d84f1318d34115bbd08b3648e5a587 ⧉", 3
ALN047: ForeignKey columns must be indexed. Please add index=True to the Column definition and make sure the migration is created 1

Listing of files of the most critical ALN**

ALN043 occurs 3 times

File:line Content
components/insurance_coverage_display/internal/business_logic/display_transforms/fr_glasses_combinatory_mappings.py:5 ⧉ from components.offer_builder.internal.country_specific.fr.coverage_translation.guarantee_mappings import ( # noqa: ALN043
components/insurance_coverage_display/internal/business_logic/display_transforms/fr_alternative_medicine_mappings.py:3 ⧉ from components.offer_builder.internal.country_specific.fr.coverage_translation.guarantee_mappings import ( # noqa: ALN043
components/insurance_coverage_display/internal/business_logic/display_transforms/coverage_rule_patches/fr_glasses_combinatory_split.py:9 ⧉ from components.offer_builder.internal.country_specific.fr.coverage_translation.convert_coverage_from_global_to_local import ( # noqa: ALN043