Skip to content

chore: encourage return types in function definitions #4218

chore: encourage return types in function definitions

chore: encourage return types in function definitions #4218

Triggered via pull request November 4, 2024 16:07
Status Success
Total duration 8m 28s
Artifacts

node.js.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
format: src/cli/build.ts#L21
Missing return type on function
format: src/cli/build.ts#L73
Async arrow function has too many statements (52). Maximum allowed is 20
format: src/cli/build.ts#L73
Async arrow function has a complexity of 15. Maximum allowed is 10
format: src/cli/build.ts#L205
Missing return type on function
format: src/cli/build.ts#L246
Missing return type on function
format: src/cli/build.ts#L246
Async function 'buildModule' has too many statements (36). Maximum allowed is 20
format: src/cli/build.ts#L280
Missing return type on function
format: src/cli/build.ts#L352
Blocks are nested too deeply (4). Maximum allowed is 3
format: src/cli/deploy.ts#L14
Missing return type on function
format: src/cli/deploy.ts#L26
Async arrow function has too many statements (25). Maximum allowed is 20