We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb75d9 commit 7f06e04Copy full SHA for 7f06e04
1 file changed
.lintr.R
@@ -9,6 +9,7 @@ linters <- lintr::modify_defaults(
9
, object_length_linter = NULL # we don't type long var names just because
10
, pipe_continuation_linter = NULL # wickham being overly prescriptive
11
, trailing_blank_lines_linter = NULL # natural extension of trailing_whitespace_linter, present on the template
12
+ , return_linter = NULL # wickham being overly prescriptive
13
)
14
15
if(identical(Sys.getenv('CI'), "true")){
0 commit comments