autowp/autowp-frontend

View on GitHub
src/app/categories/matcher.ts

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

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

export function categoriesPathMatcher(url: UrlSegment[]) {
if (url.length <= 0) {
return null;
}
 
 
Severity: Minor
Found in src/app/categories/matcher.ts - About 25 mins to fix
Category
Status