Skip to content

Saebyn/issue282

Saebyn/issue282 #76

Triggered via pull request December 23, 2024 03:37
@saebynsaebyn
synchronize #18
saebyn/issue282
Status Success
Total duration 26s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint/suspicious/noExplicitAny: src/components/atoms/SegmentSelector.stories.tsx#L50
Unexpected any. Specify a different type.
lint/suspicious/noArrayIndexKey: src/components/molecules/ChatDialog.tsx#L74
Avoid using the index of an array as key property in an element.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L15
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L148
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L149
Unexpected any. Specify a different type.
lint/complexity/noForEach: src/resources/streams/List.tsx#L107
Prefer for...of instead of forEach.