Better null handling for extensions want #28895
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
src/deploy/extensions/planner.ts#L87
Should have no text on the "0th" line (after the `/**`)
|
src/deploy/extensions/planner.ts#L96
This assertion is unnecessary since it does not change the type of the expression
|
src/deploy/extensions/planner.ts#L96
Forbidden non-null assertion
|
src/deploy/extensions/planner.ts#L101
This assertion is unnecessary since it does not change the type of the expression
|
src/deploy/extensions/planner.ts#L101
Forbidden non-null assertion
|
src/deploy/extensions/planner.ts#L107
Missing JSDoc @param "projectId" description
|
src/deploy/extensions/planner.ts#L113
Forbidden non-null assertion
|
src/deploy/extensions/planner.ts#L132
@param path declaration ("args.projectId") appears before any real parameter
|
src/deploy/extensions/planner.ts#L195
@param path declaration ("args.projectId") appears before any real parameter
|
src/deploy/extensions/planner.ts#L266
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading