diff --git a/.github/spellcheck-settings.yml b/.github/spellcheck-settings.yml deleted file mode 100644 index 51f9d85e5d..0000000000 --- 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: - - '*.md' - - 'docs/*.md' - diff --git a/.github/wordlist.txt b/.github/wordlist.txt deleted file mode 100644 index 8f4a29819d..0000000000 --- a/.github/wordlist.txt +++ /dev/null @@ -1,359 +0,0 @@ -!!!Spelling check failed!!! -APM -ARGV -BFCommands -BaseObjectPoolConfig -BitOP -BitPosParams -BuilderFactory -CFCommands -CMSCommands -CallNotPermittedException -CircuitBreaker -ClientKillParams -ClusterNode -ClusterNodes -ClusterPipeline -ClusterPubSub -ConnectionPool -CoreCommands -config -Customizable -CRDB -Dockerfile -EVAL -EVALSHA -EchoStrategy -FTCreateParams -FTSearchParams -Failback -Failover -GSON -GenericObjectPool -GenericObjectPoolConfig -GeoAddParams -GeoRadiusParam -GeoRadiusStoreParam -GeoUnit -GraphCommands -Grokzen's -HostAndPort -HostAndPortMapper -HostnameVerifier -hostnames -INCR -IOError -Instrumentations -JDK -JSONArray -JSONCommands -Jaeger -Javadocs -Jedis -JedisCluster -JedisConnectionException -JedisPool -JedisPooled -JedisPubSub -JedisShardInfo -LagAwareStrategy -ListPosition -Ludovico -Magnocavallo -McCurdy -MkDocs -NOSCRIPT -NUMPAT -NUMPT -NUMSUB -OSS -OpenCensus -OpenTelemetry -OpenTracing -Otel -POJO -POJOs -PoolConfig -PubSub -pluggable -Queable -README -READONLY -RediSearch -RediSearchCommands -RedisBloom -RedisCluster -RedisClusterCommands -RedisClusterException -RedisClusters -RedisGraph -RedisInstrumentor -RedisJSON -RedisTimeSeries -Redislabs -reusability -SHA -SSLParameters -SSLSocketFactory -SafeEncoder -SearchCommands -SentinelCommands -SentinelConnectionPool -ShardInfo -Sharded -Solovyov -SortingParams -SpanKind -Specfiying -StatusCode -StreamEntryID -TCP -TOPKCommands -Throwable -TimeSeriesCommands -URI -UnblockType -UnifiedJedis -Uptrace -ValueError -WATCHed -WatchError -XTrimParams -ZAddParams -ZParams -aclDelUser -api -approximateLength -arg -args -async -asyncio -autoclass -automodule -backoff -bdb -behaviour -bitcount -bitop -bitpos -bool -boolean -booleans -bysource -cd -charset -clientId -clientKill -clientUnblock -clusterCountKeysInSlot -clusterKeySlot -configs -consumerName -consumername -csc -cumbersome -dbIndex -dbSize -decr -decrBy -del -destKey -dev -dstKey -dstkey -eg -exc -expireAt -failback -failover -faoliver -firstName -firsttimersonly -fo -genindex -geoadd -georadiusByMemberStore -georadiusStore -getbit -github -gmail -groupname -hdel -hexists -hincrBy -hincrByFloat -hiredis -hlen -hset -hgetdel -hgetex -hsetex -hsetnx -hstrlen -http -https -idx -iff -incr -incrBy -incrByFloat -ini -io -jedis -json -kb -keyserver -keyslot -keyspace -keysvalues -kllayn -kwarg -Kubernetes -lastName -lastsave -learningpath -linsert -linters -llen -localhost -lpush -lpushx -lrem -lua -makeapullrequest -maxLen -maxdepth -maya -md -memberCoordinateMap -mget -microservice -microservices -millisecondsTimestamp -mkdocs -mset -msetnx -multikey -mykey -newkey -nonatomic -observability -oldkey -opentelemetry -oss -param -params -performant -pexpire -pexpireAt -pfadd -pfcount -pipelining -pmessage -png -pre -produsage -psubscribe -pttl -pubsub -punsubscribe -py -pypi -qsrk -quickstart -readonly -readwrite -redis -redismodules -reimplemented -reinitialization -renamenx -replicaof -repo -rpush -rpushx -runtime -sadd -scard -scoreMembers -sdiffstore -sedrik -setbit -setnx -setrange -sinterstore -sismember -slowlogLen -smove -sortingParameters -srcKey -srcKeys -srckey -ssl -storeParam -str -strlen -stunnel -subcommands -sunionstore -thevalueofmykey -timeseries -toctree -topk -tox -triaging -ttl -txt -un -unblockType -unicode -unixTime -unlink -untyped -url -virtualenv -waitReplicas -whenver -wtd -www -xack -xdel -xgroupDelConsumer -xgroupDestroy -xlen -xpx -xtrim -yml -zadd -zcard -zcount -zdiffStore -zincrby -zinterstore -zlexcount -zpopmax -zpopmin -zrandmember -zrandmemberWithScores -zrange -zrangeByLex -zrangeByScore -zrangeByScoreWithScores -zrangeWithScores -zrem -zremrangeByLex -zremrangeByRank -zremrangeByScore -zrevrange -zrevrangeByLex -zrevrangeByScore -zrevrangeByScoreWithScores -zrevrangeWithScores -zunionstore -authx -entraid -EntraID -ACR -AMR -Entra -DatabaseSwitchEvent \ No newline at end of file diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml deleted file mode 100644 index 3bd776cf1e..0000000000 --- a/.github/workflows/spellcheck.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: spellcheck -on: - pull_request: -jobs: - check-spelling: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Check Spelling - uses: rojopolis/spellcheck-github-actions@0.33.1 - with: - config_path: .github/spellcheck-settings.yml - task_name: Markdown