2024-01-18 02:22:37 +03:00
|
|
|
[files]
|
|
|
|
ignore-files = true
|
2024-01-27 19:03:25 +03:00
|
|
|
ignore-hidden = false
|
2024-01-18 02:22:37 +03:00
|
|
|
extend-exclude = [
|
2024-01-27 19:03:25 +03:00
|
|
|
".git/",
|
2024-08-31 00:34:05 +03:00
|
|
|
|
|
|
|
# Contributor names aren't typos.
|
|
|
|
".mailmap",
|
|
|
|
|
2024-01-18 02:22:37 +03:00
|
|
|
# File suffixes aren't typos
|
|
|
|
"assets/icons/file_icons/file_types.json",
|
2024-04-02 20:47:03 +03:00
|
|
|
"crates/extensions_ui/src/extension_suggest.rs",
|
2024-08-06 18:49:04 +03:00
|
|
|
|
|
|
|
# Some countries codes are flagged as typos.
|
|
|
|
"crates/anthropic/src/supported_countries.rs",
|
|
|
|
"crates/google_ai/src/supported_countries.rs",
|
|
|
|
"crates/open_ai/src/supported_countries.rs",
|
|
|
|
|
2024-08-13 23:01:58 +03:00
|
|
|
# Some crate names are flagged as typos.
|
|
|
|
"crates/indexed_docs/src/providers/rustdoc/popular_crates.txt",
|
|
|
|
|
2024-07-30 23:35:11 +03:00
|
|
|
# Stripe IDs are flagged as typos.
|
|
|
|
"crates/collab/src/db/tests/processed_stripe_event_tests.rs",
|
2024-01-18 02:51:37 +03:00
|
|
|
# Not our typos
|
2024-01-27 19:03:25 +03:00
|
|
|
"crates/live_kit_server/",
|
2024-01-18 04:03:17 +03:00
|
|
|
# Vim makes heavy use of partial typing tables
|
2024-01-27 19:03:25 +03:00
|
|
|
"crates/vim/",
|
2024-01-18 02:22:37 +03:00
|
|
|
# Editor and file finder rely on partial typing and custom in-string syntax
|
2024-01-24 02:01:16 +03:00
|
|
|
"crates/file_finder/src/file_finder_tests.rs",
|
2024-01-18 02:22:37 +03:00
|
|
|
"crates/editor/src/editor_tests.rs",
|
2024-02-24 00:46:27 +03:00
|
|
|
# Clojure uses .edn filename extension, which is not a misspelling of "end"
|
2024-04-02 20:47:03 +03:00
|
|
|
"extensions/clojure/languages/clojure/config.toml",
|
2024-07-24 02:58:47 +03:00
|
|
|
# There are some names in the test data that are incorrectly flagged as typos.
|
|
|
|
"crates/git/test_data/blame_incremental_complex",
|
|
|
|
"crates/git/test_data/golden/blame_incremental_complex.json",
|
|
|
|
# We have some base64-encoded data that is incorrectly being flagged.
|
|
|
|
"crates/rpc/src/auth.rs",
|
2024-04-11 20:52:10 +03:00
|
|
|
# glsl isn't recognized by this tool
|
|
|
|
"extensions/glsl/languages/glsl/",
|
2024-04-03 04:02:25 +03:00
|
|
|
# Windows likes its abbreviations
|
2024-03-08 02:59:48 +03:00
|
|
|
"crates/gpui/src/platform/windows/",
|
2024-05-04 00:34:44 +03:00
|
|
|
# Some typos in the base mdBook CSS.
|
|
|
|
"docs/theme/css/"
|
2024-01-18 02:22:37 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[default]
|
2024-01-27 19:03:25 +03:00
|
|
|
extend-ignore-re = [
|
2024-05-07 18:24:00 +03:00
|
|
|
'cl\[ist]',
|
2024-01-27 19:03:25 +03:00
|
|
|
'"ba"',
|
|
|
|
":ba\\|z",
|
|
|
|
# :/ crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql
|
2024-02-15 01:50:11 +03:00
|
|
|
"COLUMN enviroment",
|
2024-02-23 19:13:28 +03:00
|
|
|
# Typo in ClickHouse column name.
|
|
|
|
# crates/collab/src/api/events.rs
|
2024-03-04 00:44:39 +03:00
|
|
|
"rename = \"sesssion_id\"",
|
|
|
|
"doas",
|
2024-07-24 23:38:21 +03:00
|
|
|
# ProtoLS crate with tree-sitter Protobuf grammar.
|
|
|
|
"protols"
|
2024-01-27 19:03:25 +03:00
|
|
|
]
|
2024-01-18 02:51:37 +03:00
|
|
|
check-filename = true
|