typos.toml

 1[files]
 2ignore-files = true
 3extend-exclude = [
 4    # glsl isn't recognized by this tool
 5    "crates/zed/src/languages/glsl/*",
 6    # File suffixes aren't typos
 7    "assets/icons/file_icons/file_types.json",
 8    # Not our typos
 9    "assets/themes/src/vscode/*",
10    "crates/live_kit_server/*",
11    # Vim makes heavy use of partial typing tables
12    "crates/vim/*",
13    # Editor and file finder rely on partial typing and custom in-string syntax
14    "crates/file_finder/src/file_finder.rs",
15    "crates/editor/src/editor_tests.rs",
16    # :/
17    "crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
18]
19
20[default]
21extend-ignore-re = ["ba"]
22check-filename = true