Files
qdrant/tools/codespell.toml
tellet-q f86d8af210 Refactor bash tests: tls (#6995)
* Refactor tls bash test

* Update codespell

* Address review
2025-08-11 13:18:04 +02:00

20 lines
531 B
TOML

# You can run the following command in the repository root:
# uv tool run codespell --toml tools/codespell.toml
[tool.codespell]
skip = [
"**/stop_words/*.rs",
"./static",
"./tests/e2e_tests/test_data/cert/key.pem",
"openapi.json", # openapi.json is typically a released version and could carry old typos
"target",
]
ignore-words-list = [
"ABD", # Geohash example
"generall", # The boss
"hel", # Query token
"mmapped", # Memory mapped
]