Skip to content

Use Builder pattern from burr #78

Use Builder pattern from burr

Use Builder pattern from burr #78

Triggered via pull request November 10, 2024 10:51
@ortaorta
synchronize #24
builder
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
lint: src/sharedSchema.ts#L135
Unsafe assignment of an `any` value
lint: src/sharedSchema.ts#L142
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/sharedSchema.ts#L38
'statements' is assigned a value but never used
lint: src/sharedSchema.ts#L90
Forbidden non-null assertion
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