Skip to content

Commit 7f06e04

Browse files
committed
modify return linter
1 parent ccb75d9 commit 7f06e04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.lintr.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ linters <- lintr::modify_defaults(
99
, object_length_linter = NULL # we don't type long var names just because
1010
, pipe_continuation_linter = NULL # wickham being overly prescriptive
1111
, trailing_blank_lines_linter = NULL # natural extension of trailing_whitespace_linter, present on the template
12+
, return_linter = NULL # wickham being overly prescriptive
1213
)
1314

1415
if(identical(Sys.getenv('CI'), "true")){

0 commit comments

Comments
 (0)