Update typos.toml

This commit is contained in:
Mikayla Maki 2024-01-17 15:51:37 -08:00 committed by GitHub
parent e3e3ef528e
commit 17018faa92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,13 @@ extend-exclude = [
"crates/zed/src/languages/glsl/*", "crates/zed/src/languages/glsl/*",
# File suffixes aren't typos # File suffixes aren't typos
"assets/icons/file_icons/file_types.json", "assets/icons/file_icons/file_types.json",
# :/ # Not our typos
"crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql", "assets/themes/src/vscode/*",
# Editor and file finder rely on partial typing and custom in-string syntax # Editor and file finder rely on partial typing and custom in-string syntax
"crates/file_finder/src/file_finder.rs", "crates/file_finder/src/file_finder.rs",
"crates/editor/src/editor_tests.rs", "crates/editor/src/editor_tests.rs",
# :/
"crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
] ]
[default] [default]