viirya commented on a change in pull request #26564: [SPARK-29936][R] Fix
SparkR lint errors and add lint-r GitHub Action
URL: https://github.com/apache/spark/pull/26564#discussion_r347177359
##########
File path: R/pkg/R/utils.R
##########
@@ -750,7 +750,7 @@ launchScript <- function(script, combinedArgs, wait =
FALSE, stdout = "", stderr
if (.Platform$OS.type == "windows") {
scriptWithArgs <- paste(script, combinedArgs, sep = " ")
# on Windows, intern = F seems to mean output to the console.
(documentation on this is missing)
- shell(scriptWithArgs, translate = TRUE, wait = wait, intern = wait) #
nolint
+ shell(scriptWithArgs, translate = TRUE, wait = wait, intern = wait)
Review comment:
so we had `nolint` before but this change remove it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]