Skip to content

Commit 01cb82a

Browse files
committed
returns are fine actually
1 parent 6124903 commit 01cb82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lintr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
linters: linters_with_defaults(
22
line_length_linter(120),
3-
cyclocomp_linter = NULL,
4-
object_length_linter(length = 40L)
3+
object_length_linter(length = 40L),
4+
return_linter = NULL
55
)
66
exclusions: list(
77
"renv",

0 commit comments

Comments
 (0)