chore(deps): update dependency eslint-config-love to v114 - autoclosed #414
Annotations
10 errors and 11 warnings
Build and Test:
src/main.spec.ts#L19
Unsafe type assertion: type 'PushEvent[]' is more narrow than the original type
|
Build and Test:
src/main.spec.ts#L27
Unsafe type assertion: type 'PullRequestEvent[]' is more narrow than the original type
|
Build and Test:
src/main.spec.ts#L58
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L62
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L81
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L99
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L102
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L117
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test:
src/main.spec.ts#L118
Unsafe type assertion: type 'PushEvent' is more narrow than the original type
|
Build and Test:
src/main.spec.ts#L133
Too many nested callbacks (4). Maximum allowed is 3
|
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Test:
src/common/stdout.spec.ts#L15
'process.stdout' will use Object's default stringification format ('[object Object]') when stringified
|
Build and Test:
src/common/stdout.spec.ts#L17
'process.stdout' will use Object's default stringification format ('[object Object]') when stringified
|
Build and Test:
src/main.ts#L33
Unexpected object value in conditional. The condition is always true
|
Build and Test:
src/main.ts#L33
Unnecessary conditional, value is always truthy
|
Build and Test:
src/main.ts#L48
Unexpected object value in conditional. The condition is always true
|
Build and Test:
src/main.ts#L48
Unnecessary conditional, value is always truthy
|
Build and Test:
src/main/getConfigs.ts#L133
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Build and Test:
src/main/getConfigs.ts#L133
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Build and Test:
src/main/getConfigs.ts#L133
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Build and Test:
src/main/getConfigs.ts#L133
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|