aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-12-14 16:13:55 -0800
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-12-14 16:13:55 -0800
commitfb3778de685881df66bf0222b520f94dca99e8c8 (patch)
treeb22688c86a6174ae52d405431cab0e9be60a7f31 /R
parentb51a4cdff3a7e640a8a66f7a9c17021f3056fd34 (diff)
downloadspark-fb3778de685881df66bf0222b520f94dca99e8c8.tar.gz
spark-fb3778de685881df66bf0222b520f94dca99e8c8.tar.bz2
spark-fb3778de685881df66bf0222b520f94dca99e8c8.zip
[SPARK-12327] Disable commented code lintr temporarily
cc yhuai felixcheung shaneknapp Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Closes #10300 from shivaram/comment-lintr-disable.
Diffstat (limited to 'R')
-rw-r--r--R/pkg/.lintr2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/.lintr b/R/pkg/.lintr
index 038236fc14..39c872663a 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")