We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dont use wildcard imports and use google style for import ordering
The text was updated successfully, but these errors were encountered:
[#9344] google style import ordering
c31097a
Summary: Dont use wildcard imports and use google style for import ordering Using https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml schema and changing only import ordering. For rest of the formatting we should continue to use sbt javafmtAll Test Plan: N/A Reviewers: arnav, spotachev, jvigil Reviewed By: spotachev, jvigil Subscribers: jenkins-bot, yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D12291
[#9344] test folder - google style imports formatting
925f01c
Summary: Missed formatting unit tests in last diff. Test Plan: N/A Reviewers: spotachev, jvigil Reviewed By: jvigil Subscribers: yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D12303
[#9344] Exclude formatting changes from blame
3ff2934
Summary: Update .git-ignore-blame file so thatr formatting changes are ignorred from git bame Test Plan: N/A Reviewers: jvigil Reviewed By: jvigil Subscribers: yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D12304
sb-yb
No branches or pull requests
Dont use wildcard imports and use google style for import ordering
The text was updated successfully, but these errors were encountered: