2024-01-18 02:22:37 +03:00
|
|
|
[files]
|
|
|
|
ignore-files = true
|
2024-01-27 19:03:25 +03:00
|
|
|
ignore-hidden = false
|
2024-01-18 02:22:37 +03:00
|
|
|
extend-exclude = [
|
2024-01-27 19:03:25 +03:00
|
|
|
".git/",
|
2024-01-18 02:22:37 +03:00
|
|
|
# glsl isn't recognized by this tool
|
2024-02-23 17:56:08 +03:00
|
|
|
"crates/languages/src/glsl/",
|
2024-01-18 02:22:37 +03:00
|
|
|
# File suffixes aren't typos
|
|
|
|
"assets/icons/file_icons/file_types.json",
|
2024-01-18 02:51:37 +03:00
|
|
|
# Not our typos
|
2024-01-27 19:03:25 +03:00
|
|
|
"crates/live_kit_server/",
|
2024-01-18 04:03:17 +03:00
|
|
|
# Vim makes heavy use of partial typing tables
|
2024-01-27 19:03:25 +03:00
|
|
|
"crates/vim/",
|
2024-01-18 02:22:37 +03:00
|
|
|
# Editor and file finder rely on partial typing and custom in-string syntax
|
2024-01-24 02:01:16 +03:00
|
|
|
"crates/file_finder/src/file_finder_tests.rs",
|
2024-01-18 02:22:37 +03:00
|
|
|
"crates/editor/src/editor_tests.rs",
|
2024-02-24 00:46:27 +03:00
|
|
|
# Clojure uses .edn filename extension, which is not a misspelling of "end"
|
|
|
|
"crates/languages/src/clojure/config.toml",
|
2024-01-18 02:22:37 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[default]
|
2024-01-27 19:03:25 +03:00
|
|
|
extend-ignore-re = [
|
|
|
|
'"ba"',
|
|
|
|
":ba\\|z",
|
|
|
|
# :/ crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql
|
2024-02-15 01:50:11 +03:00
|
|
|
"COLUMN enviroment",
|
2024-02-23 19:13:28 +03:00
|
|
|
# Typo in ClickHouse column name.
|
|
|
|
# crates/collab/src/api/events.rs
|
|
|
|
"rename = \"sesssion_id\""
|
2024-01-27 19:03:25 +03:00
|
|
|
]
|
2024-01-18 02:51:37 +03:00
|
|
|
check-filename = true
|