aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/.lintr
diff options
context:
space:
mode:
authorfelixcheung <felixcheung_m@hotmail.com>2016-01-03 20:53:35 +0530
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-01-03 20:53:35 +0530
commitc3d505602de2fd2361633f90e4fff7e041849e28 (patch)
treeff95f873c56186d6e9f3eb8c72f8528c32fbc9df /R/pkg/.lintr
parent6c5bbd628aaedb6efb44c15f816fea8fb600decc (diff)
downloadspark-c3d505602de2fd2361633f90e4fff7e041849e28.tar.gz
spark-c3d505602de2fd2361633f90e4fff7e041849e28.tar.bz2
spark-c3d505602de2fd2361633f90e4fff7e041849e28.zip
[SPARK-12327][SPARKR] fix code for lintr warning for commented code
shivaram Author: felixcheung <felixcheung_m@hotmail.com> Closes #10408 from felixcheung/rcodecomment.
Diffstat (limited to 'R/pkg/.lintr')
-rw-r--r--R/pkg/.lintr2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/.lintr b/R/pkg/.lintr
index 39c872663a..038236fc14 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), commented_code_linter = NULL)
+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))
exclusions: list("inst/profile/general.R" = 1, "inst/profile/shell.R")