autowp/autowp-frontend

View on GitHub

Showing 22 of 176 total issues

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

protected placement(): string {
const winHeight = window.innerHeight;
const nodeOffset = this.styles?.['top.px'] ? this.styles['top.px'] : 0;
const nodeHeight = this.styles?.['height.px'] ? this.styles['height.px'] : 0;
const winCenter = winHeight == undefined ? 0 : winHeight / 2;
Severity: Minor
Found in src/app/gallery/area.component.ts - About 25 mins to fix

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
Severity
Category
Status
Source
Language