Skip to content

Merge pull request #153 from DataCloud-project/fr-141 #332

Merge pull request #153 from DataCloud-project/fr-141

Merge pull request #153 from DataCloud-project/fr-141 #332

Triggered via push April 11, 2024 10:59
Status Success
Total duration 48s
Artifacts

linters.yaml

on: push
Check controller
27s
Check controller
Check frontend
38s
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