Skip to content

Commit

Permalink
Remove the last non-english doc and simplify spellcheck search
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 committed Oct 7, 2024
1 parent 8a6d856 commit 91c1508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
67 changes: 0 additions & 67 deletions hardware/README-ptBR.md

This file was deleted.

2 changes: 1 addition & 1 deletion util/spellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
ROOT=$(git rev-parse --show-toplevel)

# This gets us only english .md files at the moment, but is clearly brittle
MARKDOWN_FILES=$(find "$ROOT" -name '*.md' -not -path '**/ptBR/**' -not -path '**/*-ptBR.md' -not -path '**/ja/**' -not -path '**/.*/**')
MARKDOWN_FILES=$(find "$ROOT" -name '*.md' -not -path '**/.*/**')
# Use our local dict for saved words, and use en_US for the main dict
ASPELL="aspell -M --dont-save-repl -p $ROOT/util/aspell.en.pws -d en_US"

Expand Down

0 comments on commit 91c1508

Please sign in to comment.