cityssm/unleet

View on GitHub
mappings/build.ts

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

        if (potentialValue.includes(translationKey)) {

          isSimple = false;
          break;
        }
Severity: Major
Found in mappings/build.ts - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status