Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: perform type check during qa command #708

Merged
merged 4 commits into from
Sep 3, 2021
Merged

Conversation

strangedev
Copy link
Contributor

The roboter has many commands, the default command is qa. This command is used in CI and locally as the standard way to perform quality assurance. It should identify all problems that can be found by static analysis and report them.

The current version does not build Typescript during the qa command, causing type errors to be unreported. This PR adds type checking using the TypeScript compiler to the qa command. No code is generated during this phase.

yeldiRium
yeldiRium previously approved these changes Sep 1, 2021
@strangedev strangedev enabled auto-merge (squash) September 1, 2021 14:02
@strangedev strangedev merged commit 66c790b into main Sep 3, 2021
@strangedev strangedev deleted the fix/typecheck-during-qa branch September 3, 2021 11:45
goloroden pushed a commit that referenced this pull request Sep 3, 2021
## [12.2.4](12.2.3...12.2.4) (2021-09-03)

### Bug Fixes

* perform type check during `qa` command ([#708](#708)) ([66c790b](66c790b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants