Skip to content

Commit

Permalink
Disable commented code lintr temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Dec 14, 2015
1 parent b51a4cd commit 2523e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/.lintr
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 2523e65

Please sign in to comment.