This repo hasn't had a successful analysis for its default branch yet.

Brisanet/ion

View on GitHub

Showing 1 of 14 total issues

Function isEmpty has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export function isEmpty(value: unknown): boolean {
if (value === null || value === undefined) {
return true;
}
 
 
Severity: Minor
Found in projects/ion/src/core/utils/isEmpty.ts - About 25 mins to fix
Severity
Category
Status
Source
Language