Skip to content

Commit 8b6e7a2

Browse files
authored
update lintr to test magrittr pipe consistency
1 parent 4622818 commit 8b6e7a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.lintr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
linters: all_linters(
2-
packages = "lintr",
1+
linters: linters_with_defaults(
2+
pipe_consistency_linter =
3+
pipe_consistency_linter(pipe = "%>%"),
34
object_name_linter = NULL,
45
implicit_integer_linter = NULL,
56
brace_linter = NULL,

0 commit comments

Comments
 (0)