Skip to content

Commit 4fcdaae

Browse files
committed
Copy lintr config from tutorials-middle
To work with the newer lintr version
1 parent ae375c2 commit 4fcdaae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.lintr

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ linters: all_linters(
33
object_name_linter = NULL,
44
implicit_integer_linter = NULL,
55
brace_linter = NULL,
6-
extraction_operator_linter = NULL,
76
missing_package_linter = NULL,
87
library_call_linter = NULL,
98
namespace_linter = NULL,
9+
one_call_pipe_linter = NULL,
10+
unused_import_linter = NULL,
11+
consecutive_mutate_linter = NULL,
12+
nrow_subset_linter = NULL,
13+
cyclocomp_linter = NULL,
1014
undesirable_function_linter(
1115
modify_defaults(
1216
default_undesirable_functions,

0 commit comments

Comments
 (0)