-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Improvement][Style] Fix remaining style errors and wildcard imports #12412
Conversation
…from spotless check and fix dead link
Codecov Report
@@ Coverage Diff @@
## dev #12412 +/- ##
============================================
+ Coverage 39.22% 39.38% +0.15%
- Complexity 4212 4213 +1
============================================
Files 1040 1040
Lines 38795 39153 +358
Branches 4460 4480 +20
============================================
+ Hits 15218 15421 +203
- Misses 21802 21954 +152
- Partials 1775 1778 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
SonarCloud Quality Gate failed. |
This PR is only style fix. Will fix those potential problems in another PRs. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks @EricGao888
…pache#12412) * Fix remaining style errors and wildcard imports * Upgrade spotless to the latest stable version, exclude .github folder from spotless check and fix dead link * Fix spotless matching scope of markdown files
Purpose of the pull request
Spotless
to fix legacy formatting errors for several months, now it is a good time to fix the remaining ones to avoid auto-formatting causing trouble to code review and cherry-picks in the future.Brief change log
Verify this pull request