wip #316
Annotations
10 errors and 5 warnings
tests:
CountItems/CountMaster.js#L40
Expected an assignment or function call and instead saw an expression
|
tests:
CountItems/CountMaster.js#L40
Unexpected use of comma operator
|
tests:
CountItems/CountWorker.js#L5
`arsenal` import should occur before import of `../utils/monitoring`
|
tests:
CountItems/CountWorker.js#L44
Operator '?' must be spaced
|
tests:
CountItems/masterProcess.js#L9
Expected 1 empty line after require statement not followed by another require
|
tests:
CountItems/masterProcess.js#L9
`arsenal` import should occur before import of `../utils/S3UtilsMongoClient`
|
tests:
CountItems/masterProcess.js#L11
Expected 1 empty line after require statement not followed by another require
|
tests:
CountItems/masterProcess.js#L40
Missing trailing comma
|
tests:
utils/monitoring.js#L5
Use object destructuring
|
tests:
utils/monitoring.js#L22
Operator '=' must be spaced
|
prepare
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and Push / Build and Push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests:
CountItems/CountMaster.js#L63
Expected to return a value at the end of arrow function
|
tests:
CountItems/CountMaster.js#L71
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|