Skip to content

Commit ac0a8cb

Browse files
authored
Update .lintr (#104)
1 parent 1f99786 commit ac0a8cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.lintr

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ linters: all_linters(
1515
# Use minimum R declared in DESCRIPTION or fall back to current R version.
1616
# Install etdev package from https://github.com/epiverse-trace/etdev
1717
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion()),
18-
commented_code_linter = NULL, # Necessary because we want to keep commented code in the template
19-
object_usage_linter = NULL, # Necessary because we use Rmd child documents
20-
namespace_linter = NULL # Necessary because we use Rmd child documents
18+
commented_code_linter = NULL, # because we want to keep commented code in the template
19+
object_usage_linter = NULL, # because we use Rmd child documents
20+
namespace_linter = NULL, # because we use Rmd child documents
21+
missing_package_linter = NULL # because packages in reports are handled via renv
2122
)
2223
exclusions: list(
2324
"tests/testthat.R" = list(

0 commit comments

Comments
 (0)