Skip to content

Commit 1b8ac15

Browse files
committed
Tweak more lintr options
1 parent 53c439b commit 1b8ac15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lintr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ linters: all_linters(
1313
)
1414
),
1515
function_argument_linter = NULL,
16-
indentation_linter = NULL, # unstable as of lintr 3.1.0
16+
object_overwrite_linter = NULL,
17+
return_linter = NULL,
1718
# Use minimum R declared in DESCRIPTION or fall back to current R version.
1819
# Install etdev package from https://github.com/epiverse-trace/etdev
1920
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())

0 commit comments

Comments
 (0)