From 9f7e6b0062bc3157f4390ba9bddd5c88f2a30a53 Mon Sep 17 00:00:00 2001 From: David Harder Date: Sat, 25 May 2024 14:15:15 -0500 Subject: [PATCH] Run prettier, clean up spelling --- .cspell-allowed-words.txt | 2 ++ Taskfile.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cspell-allowed-words.txt b/.cspell-allowed-words.txt index fd6891cc0..90533914a 100644 --- a/.cspell-allowed-words.txt +++ b/.cspell-allowed-words.txt @@ -188,6 +188,7 @@ libideviceactivation libimobiledevice libinput libjpeg +libpinyin libsharpyuv libspeex libspeexdsp @@ -203,6 +204,7 @@ libwebpdecoder libwebpdemux libwebpmux libz +libzhuyin lifebook livingsilver localrepo diff --git a/Taskfile.yml b/Taskfile.yml index 610d341a6..6b1acbc6f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -31,10 +31,10 @@ tasks: - sort -o $TARGET $TARGET - awk -i inplace '!seen[$0]++' $TARGET -# Run cspell on all .md/mdx docs in the project. Should use project configuration with allow-word list + # Run cspell on all .md/mdx docs in the project. Should use project configuration with allow-word list spellcheck: desc: Run cspell on all .md* files shopt: [globstar] cmds: - cmd: yarn cspell lint **/*.md* - ignore_error: true \ No newline at end of file + ignore_error: true