Skip to content

Commit e3d6499

Browse files
authored
Add pipe consistency linter to .lintr configuration (#5)
1 parent c3c6550 commit e3d6499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lintr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ linters: all_linters(
77
object_name_linter = object_name_linter(styles = c("snake_case", "lowercase")),
88
return_linter = return_linter(return_style = "explicit", allow_implicit_else = FALSE),
99
cyclocomp_linter = cyclocomp_linter(complexity_limit = 10L),
10+
pipe_consistency_linter = pipe_consistency_linter("auto"),
1011
unused_import_linter = unused_import_linter(interpret_glue = TRUE),
1112
undesirable_function_linter = undesirable_function_linter(
1213
fun = modify_defaults(

0 commit comments

Comments
 (0)