Skip to content

chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets… #805

chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets…

chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets… #805

Triggered via push October 13, 2023 00:43
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Build and test (Node Current): src/lib/tracing.mts#L6
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Build and test (Node Current): src/middleware/error.mts#L11
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node Current): src/middleware/error.mts#L20
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node Current): src/middleware/error.mts#L24
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node Current): src/middleware/error.mts#L33
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node Current): src/middleware/error.mts#L37
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test (Node Current): src/middleware/upload.mts#L29
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node Current): src/middleware/upload.mts#L32
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test (Node Current): test/functional/controllers/monitoring.test.mts#L18
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test (Node Current): test/functional/controllers/monitoring.test.mts#L29
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test (Node LTS): src/lib/tracing.mts#L6
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Build and test (Node LTS): src/middleware/error.mts#L11
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node LTS): src/middleware/error.mts#L20
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node LTS): src/middleware/error.mts#L24
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node LTS): src/middleware/error.mts#L33
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node LTS): src/middleware/error.mts#L37
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test (Node LTS): src/middleware/upload.mts#L29
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
Build and test (Node LTS): src/middleware/upload.mts#L32
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test (Node LTS): test/functional/controllers/monitoring.test.mts#L18
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test (Node LTS): test/functional/controllers/monitoring.test.mts#L29
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test (Node LTS)
The job was canceled because "Current_current" failed.