Skip to content

feat: basic support for Ctx{Get,Set} decorators #36

feat: basic support for Ctx{Get,Set} decorators

feat: basic support for Ctx{Get,Set} decorators #36

Triggered via push December 12, 2024 20:36
Status Failure
Total duration 26s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
lint: src/decorators/__tests__/context.test.ts#L29
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
lint: src/decorators/__tests__/context.test.ts#L44
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
lint: src/decorators/__tests__/context.test.ts#L46
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
lint: src/decorators/context.ts#L219
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
lint
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: example/devicetree/devicetree.ts#L134
Unexpected any. Specify a different type
lint: example/devicetree/devicetree.ts#L134
Unexpected any. Specify a different type
lint: example/devicetree/devicetree.ts#L191
Unexpected any. Specify a different type
lint: example/devicetree/index.test.ts#L10
'dts' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/__tests__/decorators.test.ts#L22
'testMatchInstance' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/__tests__/decorators.test.ts#L31
'testMatchInstance' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/__tests__/metadatas.test.ts#L13
Unexpected any. Specify a different type
lint: src/__tests__/metadatas.test.ts#L27
'c' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/__tests__/metadatas.test.ts#L33
Unexpected any. Specify a different type
lint: src/__tests__/metadatas.test.ts#L40
Unexpected any. Specify a different type