File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 )
2223exclusions: list(
2324 "tests/testthat.R" = list(
You can’t perform that action at this time.
0 commit comments