Merge pull request #1 from sombriks/dependabot/go_modules/sample-kanb… #6
Annotations
11 warnings
run-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.
|