2024-01-17 23:22:37 +00:00
|
|
|
[files]
|
|
|
|
ignore-files = true
|
2024-01-27 16:03:25 +00:00
|
|
|
ignore-hidden = false
|
2024-01-17 23:22:37 +00:00
|
|
|
extend-exclude = [
|
2024-01-27 16:03:25 +00:00
|
|
|
".git/",
|
2024-08-30 21:34:05 +00:00
|
|
|
|
|
|
|
# Contributor names aren't typos.
|
|
|
|
".mailmap",
|
|
|
|
|
2024-10-13 22:50:46 +00:00
|
|
|
# File suffixes aren't typos.
|
2024-01-17 23:22:37 +00:00
|
|
|
"assets/icons/file_icons/file_types.json",
|
2024-04-02 17:47:03 +00:00
|
|
|
"crates/extensions_ui/src/extension_suggest.rs",
|
2024-08-06 15:49:04 +00: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 20:01:58 +00:00
|
|
|
# Some crate names are flagged as typos.
|
|
|
|
"crates/indexed_docs/src/providers/rustdoc/popular_crates.txt",
|
|
|
|
|
2024-07-30 20:35:11 +00:00
|
|
|
# Stripe IDs are flagged as typos.
|
|
|
|
"crates/collab/src/db/tests/processed_stripe_event_tests.rs",
|
2024-10-13 22:50:46 +00:00
|
|
|
# Not our typos.
|
2024-01-27 16:03:25 +00:00
|
|
|
"crates/live_kit_server/",
|
2024-10-13 22:50:46 +00:00
|
|
|
# Vim makes heavy use of partial typing tables.
|
2024-01-27 16:03:25 +00:00
|
|
|
"crates/vim/",
|
2024-10-13 22:50:46 +00:00
|
|
|
# Editor and file finder rely on partial typing and custom in-string syntax.
|
2024-01-23 23:01:16 +00:00
|
|
|
"crates/file_finder/src/file_finder_tests.rs",
|
2024-01-17 23:22:37 +00:00
|
|
|
"crates/editor/src/editor_tests.rs",
|
2024-10-13 22:50:46 +00:00
|
|
|
# Clojure uses .edn filename extension, which is not a misspelling of "end".
|
2024-04-02 17:47:03 +00:00
|
|
|
"extensions/clojure/languages/clojure/config.toml",
|
2024-07-23 23:58:47 +00: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-10-13 22:50:46 +00:00
|
|
|
# glsl isn't recognized by this tool.
|
2024-04-11 17:52:10 +00:00
|
|
|
"extensions/glsl/languages/glsl/",
|
2024-10-13 22:50:46 +00:00
|
|
|
# Windows likes its abbreviations.
|
2024-03-07 23:59:48 +00:00
|
|
|
"crates/gpui/src/platform/windows/",
|
2024-05-03 21:34:44 +00:00
|
|
|
# Some typos in the base mdBook CSS.
|
2024-10-13 22:50:46 +00:00
|
|
|
"docs/theme/css/",
|
|
|
|
# Spellcheck triggers on `|Fixe[sd]|` regex part.
|
|
|
|
"script/danger/dangerfile.ts",
|
2024-01-17 23:22:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[default]
|
2024-01-27 16:03:25 +00:00
|
|
|
extend-ignore-re = [
|
2024-05-07 15:24:00 +00:00
|
|
|
'cl\[ist]',
|
2024-09-08 14:50:35 +00:00
|
|
|
'\[lan\]guage',
|
2024-01-27 16:03:25 +00:00
|
|
|
'"ba"',
|
|
|
|
# :/ crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql
|
2024-02-14 22:50:11 +00:00
|
|
|
"COLUMN enviroment",
|
2024-02-23 16:13:28 +00:00
|
|
|
# Typo in ClickHouse column name.
|
|
|
|
# crates/collab/src/api/events.rs
|
2024-03-03 21:44:39 +00:00
|
|
|
"rename = \"sesssion_id\"",
|
|
|
|
"doas",
|
2024-07-24 20:38:21 +00:00
|
|
|
# ProtoLS crate with tree-sitter Protobuf grammar.
|
2024-09-09 21:27:45 +00:00
|
|
|
"protols",
|
|
|
|
# x11rb SelectionNotifyEvent struct field
|
2024-10-03 18:38:17 +00:00
|
|
|
"requestor",
|
|
|
|
# Not an actual typo but an intentionally invalid color, in `color_extractor`
|
|
|
|
"#fof"
|
2024-01-27 16:03:25 +00:00
|
|
|
]
|
2024-01-17 23:51:37 +00:00
|
|
|
check-filename = true
|