dashpresshq/dashpress

View on GitHub
src/frontend/hooks/entity/entity.config.ts

Summary

Maintainability
A
2 hrs
Test Coverage
C
75%

Function useEntityFieldValidations has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useEntityFieldValidations(entity: string) {
  const entityValidationsMap = useEntityConfiguration(
    "entity_validations",
    entity
  );
Severity: Major
Found in src/frontend/hooks/entity/entity.config.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status