-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35377][INFRA] Add JS linter to GA #32512
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
Conversation
.github/workflows/build_and_test.yml
Outdated
| Rscript -e "install.packages(c('devtools'), repos='https://cloud.r-project.org/')" | ||
| Rscript -e "devtools::install_github('jimhester/[email protected]')" | ||
| ./R/install-dev.sh | ||
| - name: Instll JS linter dependencies |
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.
Should we rename JS -> JavaScript?
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.
O.K.
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #138417 has finished for PR 32512 at commit
|
|
Test build #138425 has finished for PR 32512 at commit
|
|
Merged to master. |
What changes were proposed in this pull request?
SPARK-35175 (#32274) added a linter for JS so let's add it to GA.
Why are the changes needed?
To JS code keep clean.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
GA