coronasafe/care_fe

View on GitHub
care.config.ts

Summary

Maintainability
A
55 mins
Test Coverage

Showing 1 of 1 total issue

Function careApps has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

? env.REACT_ENABLED_APPS.split(",").map((app) => {
const [module, cdn] = app.split("@");
const [org, repo] = module.split("/");
 
if (!org || !repo) {
Severity: Minor
Found in care.config.ts - About 55 mins to fix

There are no issues that match your filters.

Category
Status