Introduce Typos
This commit is contained in:
parent
869f3d0ef1
commit
3d5f6223d5
29
.github/spellcheck-settings.yml
vendored
29
.github/spellcheck-settings.yml
vendored
@ -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/**'
|
||||
99
.github/wordlist.txt
vendored
99
.github/wordlist.txt
vendored
@ -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
|
||||
7
.github/workflows/spellcheck.yml
vendored
7
.github/workflows/spellcheck.yml
vendored
@ -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
|
||||
|
||||
14
.typos.toml
Normal file
14
.typos.toml
Normal file
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user