chore(deps): update node.js to v22.13.1 #147
code.yml
on: pull_request
Code quality
/
/
28s
Type check
/
/
26s
Annotations
1 error and 12 warnings
Code quality / /
Process completed with exit code 1.
|
Type check / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code quality / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code quality / /:
__tests__/Config/LogConfig.ts#L25
No magic number: 2
|
Code quality / /:
__tests__/Tests/Dependencies.test.ts#L10
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Code quality / /:
__tests__/Tests/Dependencies.test.ts#L11
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Code quality / /:
__tests__/Tests/Dependencies.test.ts#L16
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
Code quality / /:
src/Api/LogManager.ts#L23
Unexpected space before function parentheses
|
Code quality / /:
src/Api/LogManager.ts#L32
Unexpected space before function parentheses
|
Code quality / /:
src/Api/LogManager.ts#L35
Use object destructuring
|
Code quality / /:
src/Api/LogManager.ts#L36
Expected parentheses around arrow function argument having a body with curly braces
|
Code quality / /:
src/Api/LogManager.ts#L37
Use object destructuring
|
Code quality / /:
src/Api/LogManager.ts#L45
Method 'writeLog' has too many parameters (6). Maximum allowed is 4
|