We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6d856 commit 91c1508Copy full SHA for 91c1508
hardware/README-ptBR.md
util/spellcheck.sh
@@ -8,7 +8,7 @@ fi
8
ROOT=$(git rev-parse --show-toplevel)
9
10
# This gets us only english .md files at the moment, but is clearly brittle
11
-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 '**/.*/**')
12
# Use our local dict for saved words, and use en_US for the main dict
13
ASPELL="aspell -M --dont-save-repl -p $ROOT/util/aspell.en.pws -d en_US"
14
0 commit comments