Skip to content

Bug 156

Bug 156 #341

Triggered via pull request June 6, 2024 12:36
@goranbsgoranbs
synchronize #158
bug-156
Status Success
Total duration 46s
Artifacts

linters.yaml

on: pull_request
Check controller
29s
Check controller
Check frontend
37s
Check frontend
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Check controller
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/.
Check frontend
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/.
Check frontend: frontend/src/lib/formatBytes.ts#L1
Filename is not in kebab case. Rename it to `format-bytes.ts`
Check frontend: frontend/src/lib/graphqlUtils.ts#L1
Filename is not in kebab case. Rename it to `graphql-utils.ts`
Check frontend: frontend/src/lib/modules/alert.svelte#L24
`{@html}` can lead to XSS attack
Check frontend: frontend/src/lib/modules/alert.svelte#L31
Missing return type on function
Check frontend: frontend/src/lib/refresh_runs.ts#L1
Filename is not in kebab case. Rename it to `refresh-runs.ts`
Check frontend: frontend/src/lib/time_difference.ts#L1
Filename is not in kebab case. Rename it to `time-difference.ts`
Check frontend: frontend/src/modals/rename-project-modal.svelte#L27
'alertModal' is assigned a value but never used
Check frontend: frontend/src/modals/submit-new-dry-run-modal.svelte#L82
'TemplateContainerArtifactInput' is defined but never used
Check frontend: frontend/src/modals/submit-new-dry-run-modal.svelte#L93
'TemplateContainerRawInput' is defined but never used
Check frontend: frontend/src/modals/submit-new-dry-run-modal.svelte#L283
Unsafe usage of optional chaining. If it short-circuits with 'undefined' the evaluation will throw TypeError