-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path.lintr
More file actions
23 lines (23 loc) · 780 Bytes
/
.lintr
File metadata and controls
23 lines (23 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
linters: all_linters(
coalesce_linter = NULL,
absolute_path_linter = NULL,
cyclocomp_linter(40L),
if_not_else_linter(exceptions = character(0L)),
indentation_linter = NULL,
implicit_integer_linter = NULL,
library_call_linter = NULL,
line_length_linter(120L),
namespace_linter = NULL,
nonportable_path_linter = NULL,
object_length_linter(50L),
object_name_linter = NULL,
object_usage_linter = NULL,
one_call_pipe_linter = NULL,
todo_comment_linter = NULL,
commented_code_linter = NULL,
undesirable_function_linter(c("mapply" = NA, "setwd" = NA)),
undesirable_operator_linter = NULL,
unnecessary_concatenation_linter(allow_single_expression = FALSE),
unused_import_linter = NULL
)
exclusions: list()