Skip to content

Commit 7fab414

Browse files
committed
Also check index.md, closes #11
1 parent a22366a commit 7fab414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/spell-check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spell_check_package <- function(pkg = ".", vignettes = TRUE, use_wordlist = TRUE
6868
# Where to check for rmd/md files
6969
vign_files <- list.files(file.path(pkg$path, "vignettes"), pattern = "\\.r?md$",
7070
ignore.case = TRUE, full.names = TRUE, recursive = TRUE)
71-
root_files <- list.files(pkg$path, pattern = "(readme|news|changes).r?md",
71+
root_files <- list.files(pkg$path, pattern = "(readme|news|changes|index).r?md",
7272
ignore.case = TRUE, full.names = TRUE)
7373

7474
# Markdown vignettes

0 commit comments

Comments
 (0)