From 35cfbdd90adee6ac67bbc316d687b95fbf6a90d6 Mon Sep 17 00:00:00 2001 From: Matthew Carroll <28577806+MJC598@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:14:54 -0500 Subject: [PATCH] Add pipe consistency linter to .lintr configuration --- .lintr | 1 + 1 file changed, 1 insertion(+) diff --git a/.lintr b/.lintr index 6130c05..5a3f7fd 100644 --- a/.lintr +++ b/.lintr @@ -7,6 +7,7 @@ linters: all_linters( object_name_linter = object_name_linter(styles = c("snake_case", "lowercase")), return_linter = return_linter(return_style = "explicit", allow_implicit_else = FALSE), cyclocomp_linter = cyclocomp_linter(complexity_limit = 10L), + pipe_consistency_linter = pipe_consistency_linter("auto"), unused_import_linter = unused_import_linter(interpret_glue = TRUE), undesirable_function_linter = undesirable_function_linter( fun = modify_defaults(