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-01-17 23:22:37 +00:00
|
|
|
# glsl isn't recognized by this tool
|
2024-02-23 14:56:08 +00:00
|
|
|
"crates/languages/src/glsl/",
|
2024-01-17 23:22:37 +00:00
|
|
|
# File suffixes aren't typos
|
|
|
|
"assets/icons/file_icons/file_types.json",
|
2024-04-02 17:47:03 +00:00
|
|
|
"crates/extensions_ui/src/extension_suggest.rs",
|
2024-01-17 23:51:37 +00:00
|
|
|
# Not our typos
|
2024-01-27 16:03:25 +00:00
|
|
|
"crates/live_kit_server/",
|
2024-01-18 01:03:17 +00:00
|
|
|
# Vim makes heavy use of partial typing tables
|
2024-01-27 16:03:25 +00:00
|
|
|
"crates/vim/",
|
2024-01-17 23:22:37 +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-02-23 21:46:27 +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-04-03 01:02:25 +00:00
|
|
|
# Windows likes its abbreviations
|
2024-03-07 23:59:48 +00:00
|
|
|
"crates/gpui/src/platform/windows/",
|
2024-01-17 23:22:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[default]
|
2024-01-27 16:03:25 +00:00
|
|
|
extend-ignore-re = [
|
|
|
|
'"ba"',
|
|
|
|
":ba\\|z",
|
|
|
|
# :/ 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-01-27 16:03:25 +00:00
|
|
|
]
|
2024-01-17 23:51:37 +00:00
|
|
|
check-filename = true
|