aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/.lintr
diff options
context:
space:
mode:
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 038236fc14..ae50b28ec6 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), multiple_dots_linter = NULL, 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")