dongjoon-hyun 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_r347189527
##########
File path: R/pkg/R/DataFrame.R
##########
@@ -1174,7 +1174,7 @@ setMethod("dim",
#' firstName <- names(collected)[1]
#' }
#' @note collect since 1.4.0
-setMethod("collect",
+setMethod("collect", # nolint
Review comment:
BTW, we also are going to lose the controllability for new codes (PRs), too.
Is it okay?
----------------------------------------------------------------
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]