We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c439b commit 1b8ac15Copy full SHA for 1b8ac15
.lintr
@@ -13,7 +13,8 @@ linters: all_linters(
13
)
14
),
15
function_argument_linter = NULL,
16
- indentation_linter = NULL, # unstable as of lintr 3.1.0
+ object_overwrite_linter = NULL,
17
+ return_linter = NULL,
18
# Use minimum R declared in DESCRIPTION or fall back to current R version.
19
# Install etdev package from https://github.com/epiverse-trace/etdev
20
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
0 commit comments