We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c6550 commit e3d6499Copy full SHA for e3d6499
.lintr
@@ -7,6 +7,7 @@ linters: all_linters(
7
object_name_linter = object_name_linter(styles = c("snake_case", "lowercase")),
8
return_linter = return_linter(return_style = "explicit", allow_implicit_else = FALSE),
9
cyclocomp_linter = cyclocomp_linter(complexity_limit = 10L),
10
+ pipe_consistency_linter = pipe_consistency_linter("auto"),
11
unused_import_linter = unused_import_linter(interpret_glue = TRUE),
12
undesirable_function_linter = undesirable_function_linter(
13
fun = modify_defaults(
0 commit comments