Skip to content

fix(code-typescript): skiplibcheck and ignore patterns #300

fix(code-typescript): skiplibcheck and ignore patterns

fix(code-typescript): skiplibcheck and ignore patterns #300

Triggered via pull request August 21, 2024 14:23
Status Failure
Total duration 12m 49s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

69 errors
(@typescript-eslint/ban-types): Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.: cli/cli-ui-parts/src/submit-factory.component.tsx#L10
Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.
yarn commands test: yarn/plugin-test/integration/test-command.test.ts#L1
it should test unit without errors
yarn commands test: yarn/plugin-test/integration/test-command.test.ts#L1
it should test unit with errors
yarn commands test: yarn/plugin-test/integration/test-command.test.ts#L46
it should test integration without errors
yarn commands test: yarn/plugin-test/integration/test-command.test.ts#L64
it should test integration with errors
yarn commands lint: yarn/plugin-lint/integration/lint-command.test.ts#L12
it should lint withouth errors
yarn commands: yarn/plugin-lint/integration/lint-command.test.ts#L28
it should lint with errors
yarn commands: yarn/plugin-types/integration/types-check.command.test.ts#L23
it should typecheck with errors
Lint, type check
Process completed with exit code 1.