-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-8495][SparkR] Add a .lintr
file to validate the SparkR files and the lint-r
script
#6922
Conversation
… and the `lint-r` script Thank Shivaram Venkataraman for your support. This is a prototype script to validate the R files.
@shivaram Could you review it when you have time? Thanks! |
Test build #35366 has finished for PR 6922 at commit
|
exit | ||
fi | ||
|
||
`which Rscript` --vanilla "$SPARK_ROOT_DIR/dev/lint-r.R" "$SPARK_ROOT_DIR" |
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.
Could you also save the output of this to a file so that users can see the report after the script exits ? The lint-python
script does something similar
@shivaram Thank you for your feedback.
|
Test build #35367 has finished for PR 6922 at commit
|
Test build #35370 has finished for PR 6922 at commit
|
Jenkins, test this please. |
Test build #35371 has finished for PR 6922 at commit
|
LGTM. Thanks @yu-iskw -- BTW we should fix the existing style issues before turning it on for Jenkins but lets discuss more on the JIRA for this. |
@shivaram Thank you for reviewing! I agree with you. |
Thank Shivaram Venkataraman for your support. This is a prototype script to validate the R files.