Skip to content

Commit fb3778d

Browse files
committed
[SPARK-12327] Disable commented code lintr temporarily
cc yhuai felixcheung shaneknapp Author: Shivaram Venkataraman <[email protected]> Closes #10300 from shivaram/comment-lintr-disable.
1 parent b51a4cd commit fb3778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/.lintr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
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))
1+
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)
22
exclusions: list("inst/profile/general.R" = 1, "inst/profile/shell.R")

0 commit comments

Comments
 (0)