mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +00:00
6756601089
* build(deps): bump crate-ci/typos from 1.19.0 to 1.20.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.20.4. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.20.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update to typoes 1.20.8 since it has a few important fixes * typo fixes & exceptions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Reich <r_andreas2@web.de>
28 lines
748 B
TOML
28 lines
748 B
TOML
[files]
|
|
extend-exclude = [
|
|
# spirv-asm isn't real source code
|
|
'*.spvasm',
|
|
'etc/big-picture.xml',
|
|
]
|
|
|
|
# Corrections take the form of a key/value pair. The key is the incorrect word
|
|
# and the value is the correct word. If the key and value are the same, the
|
|
# word is treated as always correct. If the value is an empty string, the word
|
|
# is treated as always incorrect.
|
|
|
|
[default.extend-words]
|
|
# Things that aren't typos
|
|
lod = "lod"
|
|
inout = "inout"
|
|
derivate = "derivate"
|
|
implace = "implace"
|
|
Ded = "Ded" # This shows up in "ANDed"
|
|
pn = "pn" # used as a normal name in debug-symbol-terrain.wgsl
|
|
|
|
# Usernames
|
|
Healthire = "Healthire"
|
|
REASY = "REASY"
|
|
|
|
[type.rust.extend-identifiers]
|
|
D3DCOLORtoUBYTE4 = "D3DCOLORtoUBYTE4"
|