Suppress typos in basic.conf
(#10099)
This PR updates the `typos` configuration to suppress some typos in `basic.conf`. AFAICT there must have been an update to `typos` that caused this new warning to appear. Release Notes: - N/A
This commit is contained in:
parent
7d5048e909
commit
8958c9e10f
2 changed files with 5 additions and 1 deletions
|
@ -17,8 +17,10 @@ extend-exclude = [
|
|||
"crates/editor/src/editor_tests.rs",
|
||||
# Clojure uses .edn filename extension, which is not a misspelling of "end"
|
||||
"extensions/clojure/languages/clojure/config.toml",
|
||||
# Windows likes it's abbreviations
|
||||
# Windows likes its abbreviations
|
||||
"crates/gpui/src/platform/windows/",
|
||||
# False positive in one of the configuration values.
|
||||
"crates/collab/basic.conf"
|
||||
]
|
||||
|
||||
[default]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue