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

chore: fix lint warnings #1544

Merged
merged 1 commit into from
Sep 26, 2023
Merged

chore: fix lint warnings #1544

merged 1 commit into from
Sep 26, 2023

Conversation

ttosta-google
Copy link
Collaborator

@ttosta-google ttosta-google commented Sep 21, 2023

Fixes #1460

Notes:

  • Now the build fails on warnings.
  • Thread.yield(); triggers the warning ThreadPriorityCheck. So I replaced it by Thread.sleep(0); as they may call same system calls in some platforms. Please let me know if you have any other suggestions.

Copy link
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

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

LGTM

Could we port the fail on lint warnings to AlloyDB Java too?

@ttosta-google
Copy link
Collaborator Author

ttosta-google commented Sep 25, 2023

LGTM

Could we port the fail on lint warnings to AlloyDB Java too?

Thanks. I've created the issue #199 for AlloyDB Java

@ttosta-google ttosta-google merged commit 9ce4bbe into main Sep 26, 2023
@ttosta-google ttosta-google deleted the fix-lint-warnings branch September 26, 2023 16:09
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.

Correct all lint warnings in build
3 participants