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

This PR tries to lower the usage of unnecessary disabling of linting rules #417

Merged

Conversation

demetris-manikas
Copy link
Contributor

There is more to be done towards enabling typing to as many places as possible.
Two cases draw my attention covering possibly never ending loops with // eslint-disable-next-line no-constant-condition.
At first glance both cases look like asking for a user defined retry strategy instead of a while(true) loop.

Copy link
Member

@qianl15 qianl15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR looks good! Thank you for cleaning up the code :)

@qianl15 qianl15 merged commit a11e97b into dbos-inc:main May 5, 2024
2 checks passed
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.

None yet

2 participants