Skip to content

Commit

Permalink
Clean lintr config
Browse files Browse the repository at this point in the history
  • Loading branch information
galachad committed Oct 3, 2023
1 parent 749512b commit 6618541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r-renv-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
options("repos" = c("RSPM" = cran_r_release))
renv::install("openpharma/staged.dependencies", repos = options("repos"))
renv::install("devtools")
renv::install("devtools", repos = options("repos"))
# Packages from stage dependencies to ignore
renv::settings$ignored.packages(c("admiraldev"))
Expand Down
1 change: 0 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters: linters_with_defaults(
sprintf_linter(),
strings_as_factors_linter(),
undesirable_function_linter(c(Sys.setenv = NA_character_, mapply = NA_character_)),
unnecessary_nested_if_linter(),
unnecessary_concatenation_linter(allow_single_expression = FALSE),
yoda_test_linter()
)
Expand Down

0 comments on commit 6618541

Please sign in to comment.