fix: better type checking for strings arguments of decorators #31
Annotations
10 errors and 11 warnings
lint:
src/decorators/common.ts#L72
Expected indentation of 2 spaces but found 4
|
lint:
src/decorators/common.ts#L72
Trailing spaces not allowed
|
lint:
src/decorators/common.ts#L73
Expected indentation of 4 spaces but found 6
|
lint:
src/decorators/common.ts#L74
Expected indentation of 4 spaces but found 6
|
lint:
src/decorators/common.ts#L75
Expected indentation of 6 spaces but found 8
|
lint:
src/decorators/common.ts#L76
Expected indentation of 6 spaces but found 8
|
lint:
src/decorators/common.ts#L77
Extra semicolon
|
lint:
src/decorators/common.ts#L81
Trailing spaces not allowed
|
lint:
src/decorators/common.ts#L82
Trailing spaces not allowed
|
lint:
src/decorators/common.ts#L83
Trailing spaces not allowed
|
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
|