diff --git a/.github/spellcheck-settings.yml b/.github/spellcheck-settings.yml deleted file mode 100644 index b8ca6cc..0000000 --- a/.github/spellcheck-settings.yml +++ /dev/null @@ -1,29 +0,0 @@ -matrix: -- name: Markdown - expect_match: false - apsell: - lang: en - d: en_US - ignore-case: true - dictionary: - wordlists: - - .github/wordlist.txt - output: wordlist.dic - pipeline: - - pyspelling.filters.markdown: - markdown_extensions: - - markdown.extensions.extra: - - pyspelling.filters.html: - comments: false - attributes: - - alt - ignores: - - ':matches(code, pre)' - - code - - pre - - blockquote - - img - sources: - - 'README.md' - - 'FAQ.md' - - 'docs/**' diff --git a/.github/wordlist.txt b/.github/wordlist.txt deleted file mode 100644 index 244bf5b..0000000 --- a/.github/wordlist.txt +++ /dev/null @@ -1,99 +0,0 @@ -ABI -ACLs -alloc -Allocator -allocators -antirez -api -APIs -ASYNC -asyncRedisContext -asyncronous -AUTOFREE -autoload -autoloader -autoloading -Autoloading -backend -backends -behaviour -boolean -CAS -Changelog -customizable -Customizable -CVE -dataset -de -deallocation -ElastiCache -extensibility -FPM -getaddrinfo -gmail -grunder -Grunder -hiredis -Hiredis -HIREDIS -hostname -IANA -IPv -IPV -keepalive -keyspace -keyspaces -KiB -libc -libev -libevent -localhost -Lua -michael -minimalistic -namespace -NOAUTOFREE -NOAUTOFREEREPLIES -NONBLOCK -Noordhuis -OpenSSL -Packagist -pcnoordhuis -PhpRedis -Pieter -pipelined -pipelining -pluggable -Predis -PRERELEASE -printf -PSR -PSUBSCRIBE -rb -Readme -README -rebalanced -rebalancing -redis -Redis -redisAsyncContext -redisContext -redisOptions -redisReader -reusability -REUSEADDR -runtime -Sanfilippo -SHA -sharding -SONAME -SSL -struct -stunnel -subelements -TCP -TLS -unparsed -UNSPEC -URI -variadic diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index e152841..c7bb576 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -7,8 +7,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Check Spelling - uses: rojopolis/spellcheck-github-actions@0.33.1 - with: - config_path: .github/spellcheck-settings.yml - task_name: Markdown + - name: Search for misspellings + uses: crate-ci/typos@master diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..87332c6 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,14 @@ +[files] +extend-exclude = [ + ".git/" +] +ignore-hidden = false + +[default] +extend-ignore-re = [ + '"fo\\0"', + "/bin/sh -ue", +] + +[default.extend-words] +"clen" = "clen"