Skip to content

Commit

Permalink
Run prettier, clean up spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed May 25, 2024
1 parent d58b996 commit 9f7e6b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .cspell-allowed-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ libideviceactivation
libimobiledevice
libinput
libjpeg
libpinyin
libsharpyuv
libspeex
libspeexdsp
Expand All @@ -203,6 +204,7 @@ libwebpdecoder
libwebpdemux
libwebpmux
libz
libzhuyin
lifebook
livingsilver
localrepo
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
ignore_error: true

0 comments on commit 9f7e6b0

Please sign in to comment.