Skip to content

Commit

Permalink
ci: Error on spelling (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Jan 29, 2025
1 parent ab42483 commit 2ba8a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ HSTS
HTTPOnly
HTTPS
Hookable
IANA
IPs
IPv
JSON
Expand All @@ -35,6 +36,7 @@ Phusion
PlumberEndpoint's
Quickstart
README
RStudio
RedHat
RedShift
Rscript
Expand All @@ -47,6 +49,7 @@ TLS
TSV
UI
URI
Undeprecated
Unencrypted
Unmount
WebSocket
Expand Down Expand Up @@ -82,8 +85,9 @@ haproxy
htmlwidget
http
httpuv
httr2
httr
imposter
ing
integrations
interpretable
javascript
Expand Down Expand Up @@ -114,6 +118,7 @@ proc
programmatically
pseudorandom
pwd
ragg
randomPort
renderers
repo
Expand All @@ -130,6 +135,7 @@ setosa
ssl
subfolder
subrouters
svglite
systemd
transactional
unmount
Expand All @@ -139,8 +145,3 @@ untrusted
validator
webhook
webhook’s

ing
Undeprecated
httr
RStudio
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 2ba8a26

Please sign in to comment.