Skip to content

Commit

Permalink
Error on spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jan 28, 2025
1 parent ab42483 commit afee9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/spelling.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on_cran <- !is_interactive && !not_cran
if (!on_cran) {
if (requireNamespace("spelling", quietly = TRUE)) {
spelling::spell_check_test(
vignettes = TRUE, error = FALSE,
vignettes = TRUE,
error = TRUE,
skip_on_cran = TRUE
)
}
Expand Down

0 comments on commit afee9c7

Please sign in to comment.