Skip to content

Use Builder pattern from burr #77

Use Builder pattern from burr

Use Builder pattern from burr #77

Triggered via pull request November 9, 2024 20:51
@ortaorta
opened #24
builder
Status Failure
Total duration 38s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
lint: src/sharedSchema.ts#L145
Unsafe assignment of an `any` value
lint: src/sharedSchema.ts#L152
Unsafe argument of type `any` assigned to a parameter of type `string`
lint
Invalid type "any" of template literal expression
lint
Unsafe member access .code on an `any` value
lint
Unsafe member access [0] on an `any` value
lint
Unsafe assignment of an `any` value
lint
Unsafe member access .node on an `any` value
lint
Unsafe argument of type `any` assigned to a parameter of type `Node | null | undefined`
lint
Unsafe assignment of an `any` value
lint
Unsafe member access .quasis on an `any` value
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: src/tsBuilder.ts#L6
'Node' is defined but never used
lint: src/tsBuilder.ts#L6
'TSTypeAliasDeclaration' is defined but never used
lint: src/tsBuilder.ts#L6
'TypeAlias' is defined but never used
lint: src/tsBuilder.ts#L8
'opts' is defined but never used
lint
Unexpected any. Specify a different type
lint: src/utils.ts#L60
void is not valid as a constituent in a union type