Skip to content

Commit b90de3c

Browse files
Update .lintr
1 parent 550e8ac commit b90de3c

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

Diff for: .lintr

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
linters: with_defaults(object_name_linter = NULL,
2-
object_length_linter(40),
3-
commented_code_linter = NULL,
4-
object_usage_linter = NULL,
5-
line_length_linter(120),
6-
cyclocomp_linter = cyclocomp_linter(20))
1+
linters: linters_with_defaults(
2+
absolute_path_linter = NULL,
3+
commented_code_linter = NULL,
4+
cyclocomp_linter = cyclocomp_linter(25),
5+
extraction_operator_linter = NULL,
6+
implicit_integer_linter = NULL,
7+
line_length_linter(120),
8+
namespace_linter = NULL,
9+
nonportable_path_linter = NULL,
10+
object_name_linter = NULL,
11+
object_length_linter(50),
12+
object_usage_linter = NULL,
13+
todo_comment_linter = NULL,
14+
undesirable_function_linter(c("mapply" = NA, "sapply" = NA, "setwd" = NA)),
15+
undesirable_operator_linter = NULL,
16+
unnecessary_concatenation_linter(allow_single_expression = FALSE),
17+
defaults = linters_with_tags(tags = NULL)
18+
)

0 commit comments

Comments
 (0)