Skip to content

Commit

Permalink
Return num of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Dec 20, 2024
1 parent 7fe2f39 commit 7e7b57a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/spell_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ check_spelling <- function(path = ".",
readr::write_tsv(sp_errors, output_file)

message(paste0("Saved to: ", output_file))

return(nrow(sp_errors))
}

0 comments on commit 7e7b57a

Please sign in to comment.