Skip to content

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

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

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

Triggered via push October 12, 2023 16:52
Status Failure
Total duration 6m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Build and test
25s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Build and test: src/lib/tracing.mts#L8
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Build and test: test/functional/controllers/monitoring.test.mts#L28
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test: test/functional/controllers/monitoring.test.mts#L44
Use a ! assertion to more succinctly remove null and undefined from the type.
Build and test: test/seeds/0000_criminals.mts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Build and test: test/seeds/0001_criminal_attachments.mts#L81
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Build and test: test/unit/services/search.test.mts#L41
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test: test/unit/services/search.test.mts#L55
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test: test/unit/services/search.test.mts#L73
Returning a void expression from a function is forbidden. Please remove the `return` statement.
Build and test
Process completed with exit code 1.
Build and test: src/services/search.mts#L103
Unnecessary conditional, the types have no overlap.