Skip to content

update docs

update docs #5

Triggered via push June 25, 2024 14:24
Status Success
Total duration 40s
Artifacts

node.yml

on: push
run-tests
30s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
run-tests: sample-kanban-node/app/configs/database.js#L10
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
run-tests: sample-kanban-node/app/configs/database.js#L10
A function with a name starting with an uppercase letter should only be used as a constructor.
run-tests: sample-kanban-node/app/configs/hook-test-container.js#L10
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
run-tests: sample-kanban-node/app/configs/hook-test-container.js#L11
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
run-tests: sample-kanban-node/app/configs/hook-test-container.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
run-tests: sample-kanban-node/app/configs/hook-test-container.js#L14
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
run-tests: sample-kanban-node/app/services/board-services.js#L14
Identifier 'task_id' is not in camel case.
run-tests: sample-kanban-node/app/services/board-services.js#L15
Identifier 'task_id' is not in camel case.
run-tests: sample-kanban-node/app/services/board-services.js#L17
Unexpected `await` inside a loop.
run-tests: sample-kanban-node/app/services/board-services.js#L50
Unexpected `await` inside a loop.