From 5279b0afb32e0768e937819a69b9362657907b71 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Oct 2020 04:30:55 -0300 Subject: Add pastebins to spellchecking list --- scripts/assert-spelling.sh | 10 ++++------ scripts/spelling/international.txt | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/assert-spelling.sh b/scripts/assert-spelling.sh index caaecfa..e7bd3b8 100755 --- a/scripts/assert-spelling.sh +++ b/scripts/assert-spelling.sh @@ -8,7 +8,7 @@ export LANG=C.UTF-8 for DICT in scripts/spelling/*.txt; do diff <(sort "$DICT") "$DICT" || { echo "The $DICT dictionary is unsorted. To fix it, run:" >&2 - echo " LANG=C.UTF-8 sort docs/$DICT | sponge docs/$DICT" >&2 + echo " LANG=C.UTF-8 sort $DICT | sponge $DICT" >&2 exit 1 } done @@ -17,11 +17,9 @@ OUT="$(mktemp)" shopt -s globstar jekyll build for f in _site/**/*.html; do - if ! grep -E '^_site/pastebin' <(echo "$f") > /dev/null; then - if ! grep -E '^_site/vendor/' <(echo "$f") > /dev/null; then - l="$(head -n2 "$f" | tail -n1 | cut -d\" -f2)" - hunspell -u3 -H -d "$l" -p <(cat scripts/spelling/international.txt "scripts/spelling/$l.txt") "$f" | tee -a "$OUT" - fi + if ! grep -E '^_site/vendor/' <(echo "$f") > /dev/null; then + l="$(head -n2 "$f" | tail -n1 | cut -d\" -f2)" + hunspell -u3 -H -d "$l" -p <(cat scripts/spelling/international.txt "scripts/spelling/$l.txt") "$f" | tee -a "$OUT" fi done diff --git a/scripts/spelling/international.txt b/scripts/spelling/international.txt index 3536249..12126cc 100644 --- a/scripts/spelling/international.txt +++ b/scripts/spelling/international.txt @@ -58,6 +58,7 @@ POSIX Pastebin PouchDB README +RPN RSS Raku Reddit -- cgit v1.2.3