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    "crates/live_kit_server/*",
10    # Vim makes heavy use of partial typing tables
11    "crates/vim/*",
12    # Editor and file finder rely on partial typing and custom in-string syntax
13    "crates/file_finder/src/file_finder_tests.rs",
14    "crates/editor/src/editor_tests.rs",
15    # :/
16    "crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
17]
18
19[default]
20extend-ignore-re = ["ba"]
21check-filename = true