Skip to content

refactor: standardize import quotes and formatting in types and templ… #102

refactor: standardize import quotes and formatting in types and templ…

refactor: standardize import quotes and formatting in types and templ… #102

Triggered via push December 28, 2024 22:36
Status Success
Total duration 29s
Artifacts

unittest.yml

on: push
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/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L37
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L48
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/suspicious/noExplicitAny: src/resources/streams/List.tsx#L70
Unexpected any. Specify a different type.
lint/complexity/noForEach: src/resources/streams/List.tsx#L107
Prefer for...of instead of forEach.