You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2015/12/15 01:13:58 UTC

spark git commit: [SPARK-12327] Disable commented code lintr temporarily

Repository: spark
Updated Branches:
  refs/heads/master b51a4cdff -> fb3778de6


[SPARK-12327] Disable commented code lintr temporarily

cc yhuai felixcheung shaneknapp

Author: Shivaram Venkataraman <sh...@cs.berkeley.edu>

Closes #10300 from shivaram/comment-lintr-disable.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fb3778de
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fb3778de
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fb3778de

Branch: refs/heads/master
Commit: fb3778de685881df66bf0222b520f94dca99e8c8
Parents: b51a4cd
Author: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Authored: Mon Dec 14 16:13:55 2015 -0800
Committer: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Committed: Mon Dec 14 16:13:55 2015 -0800

----------------------------------------------------------------------
 R/pkg/.lintr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fb3778de/R/pkg/.lintr
----------------------------------------------------------------------
diff --git a/R/pkg/.lintr b/R/pkg/.lintr
index 038236f..39c8726 100644
--- a/R/pkg/.lintr
+++ b/R/pkg/.lintr
@@ -1,2 +1,2 @@
-linters: with_defaults(line_length_linter(100), camel_case_linter = NULL, open_curly_linter(allow_single_line = TRUE), closed_curly_linter(allow_single_line = TRUE))
+linters: with_defaults(line_length_linter(100), camel_case_linter = NULL, open_curly_linter(allow_single_line = TRUE), closed_curly_linter(allow_single_line = TRUE), commented_code_linter = NULL)
 exclusions: list("inst/profile/general.R" = 1, "inst/profile/shell.R")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org