Skip to content

Commit

Permalink
Update spell-check.R
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Shapiro <josh.shapiro@ccdatalab.org>
  • Loading branch information
sjspielman and jashapiro authored Jun 5, 2024
1 parent 911f099 commit 86e4c86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spell-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ if (file.exists(dict_file)) {


# Separate files into path groups
all_paths <- files |>
dirname() |>
unique()
file_list <- split(files, dirname(files))


# check spelling for all files in each path, and prepend the file path
Expand Down

0 comments on commit 86e4c86

Please sign in to comment.