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, 2 insertions, 0 deletions
diff --git a/R/pkg/.lintr b/R/pkg/.lintr
new file mode 100644
index 0000000000..b10ebd35c4
--- /dev/null
+++ b/R/pkg/.lintr
@@ -0,0 +1,2 @@
+linters: with_defaults(line_length_linter(100), camel_case_linter = NULL)
+exclusions: list("inst/profile/general.R" = 1, "inst/profile/shell.R")