Skip to content

Commit

Permalink
Inclue partial match warnings in vigilant workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jun 23, 2024
1 parent 03bd514 commit 1916fa8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-package-vigilant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
- name: Run Tests
run: |
## --------------------------------------------------------------------
options(crayon.enabled = TRUE, warn = 2L)
options(
crayon.enabled = TRUE,
warn = 2L,
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE,
warnPartialMatchDollar = TRUE
)
if (Sys.getenv("_R_CHECK_FORCE_SUGGESTS_", "") == "") Sys.setenv("_R_CHECK_FORCE_SUGGESTS_" = "false")
testthat::test_dir("tests")
shell: Rscript {0}

0 comments on commit 1916fa8

Please sign in to comment.