Skip to content

Commit

Permalink
chore: synced file(s) with ssi-dk/AEF-DDF
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 17, 2024
1 parent b4561d7 commit ba767f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/sync_reverse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ ssi-dk/AEF-DDF:
- source: tests/testthat/test-0_rd_files.R
dest: testthat/test-0_rd_files.R

- source: tests/spelling.R
dest: testthat/spelling.R


# Lintr related files
- source: .lintr
dest: linting/.lintr
Expand Down
8 changes: 6 additions & 2 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if (requireNamespace("spelling", quietly = TRUE)) {
spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE)
if (rlang::is_installed("spelling") && !Sys.getenv("CI", unset = FALSE)) {
spelling::spell_check_test(
vignettes = TRUE,
error = FALSE,
skip_on_cran = TRUE
)
}

0 comments on commit ba767f5

Please sign in to comment.