Merge pull request #25 from puzzmo-com/ast-format #85
Annotations
10 errors and 11 warnings
lint:
src/serviceFile.ts#L13
Async arrow function 'lookAtServiceFile' has no 'await' expression
|
lint:
src/serviceFile.ts#L97
Unsafe assignment of an `any` value
|
lint:
src/serviceFile.ts#L98
Unsafe member access .includes on an `any` value
|
lint:
src/serviceFile.ts#L98
Unsafe call of an `any` typed value
|
lint:
src/serviceFile.ts#L102
Unsafe member access .includes on an `any` value
|
lint:
src/serviceFile.ts#L102
Unsafe call of an `any` typed value
|
lint:
src/serviceFile.ts#L127
Unsafe assignment of an `any` value
|
lint:
src/serviceFile.ts#L129
Unsafe member access .length on an `any` value
|
lint:
src/serviceFile.ts#L129
Unsafe member access .trim on an `any` value
|
lint:
src/serviceFile.ts#L129
Unsafe call of an `any` typed 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/serviceFile.ts#L3
'tsTypeAnnotation' is defined but never used
|
lint:
src/sharedSchema.ts#L75
Forbidden non-null assertion
|
lint:
src/sharedSchema.ts#L173
Forbidden non-null assertion
|
lint:
src/tsBuilder.ts#L34
'opts' is defined but never used
|
lint
Forbidden non-null assertion
|
lint
Unnecessary conditional, both sides of the expression are literal values
|
lint
Unnecessary conditional, value is always truthy
|
lint
Unexpected any. Specify a different type
|
lint:
src/utils.ts#L51
Forbidden non-null assertion
|
lint:
src/utils.ts#L59
void is not valid as a constituent in a union type
|