Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
adjusting "OK" words list
  • Loading branch information
pdwaggoner authored Oct 7, 2024
1 parent ccd2834 commit 9a6f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run spell checker
run: |
# Ignore common R-specific words like "df", "plot", etc.
codespell --ignore-words-list "df,ggplot,roxygen,dplyr,tibble,dataframe,init" .
codespell --ignore-words-list "df,ggplot,roxygen,dplyr,tibble,dataframe,init,hist" .

0 comments on commit 9a6f4c8

Please sign in to comment.