We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae375c2 commit 4fcdaaeCopy full SHA for 4fcdaae
1 file changed
.lintr
@@ -3,10 +3,14 @@ linters: all_linters(
3
object_name_linter = NULL,
4
implicit_integer_linter = NULL,
5
brace_linter = NULL,
6
- extraction_operator_linter = NULL,
7
missing_package_linter = NULL,
8
library_call_linter = NULL,
9
namespace_linter = NULL,
+ one_call_pipe_linter = NULL,
10
+ unused_import_linter = NULL,
11
+ consecutive_mutate_linter = NULL,
12
+ nrow_subset_linter = NULL,
13
+ cyclocomp_linter = NULL,
14
undesirable_function_linter(
15
modify_defaults(
16
default_undesirable_functions,
0 commit comments