Skip to content

Commit

Permalink
[SPARK-8537][SparkR] Add a validation rule about the curly braces in …
Browse files Browse the repository at this point in the history
…SparkR to `.lintr`
  • Loading branch information
yu-iskw committed Jun 22, 2015
1 parent 5ab9fcf commit 7eec1a0
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)
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")

0 comments on commit 7eec1a0

Please sign in to comment.