[doc_markdown]: Add "WebGL2", "WebGPU" to default doc_valid_idents

This commit is contained in:
Bruce Mitchener 2023-12-26 08:41:11 -05:00
parent cda17014fa
commit f48b850c65
4 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@ default configuration of Clippy. By default, any configuration will replace the
* `doc-valid-idents = ["ClipPy"]` would replace the default list with `["ClipPy"]`. * `doc-valid-idents = ["ClipPy"]` would replace the default list with `["ClipPy"]`.
* `doc-valid-idents = ["ClipPy", ".."]` would append `ClipPy` to the default list. * `doc-valid-idents = ["ClipPy", ".."]` would append `ClipPy` to the default list.
**Default Value:** `["KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "DirectX", "ECMAScript", "GPLv2", "GPLv3", "GitHub", "GitLab", "IPv4", "IPv6", "ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript", "WebAssembly", "NaN", "NaNs", "OAuth", "GraphQL", "OCaml", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS", "WebGL", "TensorFlow", "TrueType", "iOS", "macOS", "FreeBSD", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", "CamelCase"]` **Default Value:** `["KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "DirectX", "ECMAScript", "GPLv2", "GPLv3", "GitHub", "GitLab", "IPv4", "IPv6", "ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript", "WebAssembly", "NaN", "NaNs", "OAuth", "GraphQL", "OCaml", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS", "WebGL", "WebGL2", "WebGPU", "TensorFlow", "TrueType", "iOS", "macOS", "FreeBSD", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", "CamelCase"]`
--- ---
**Affected lints:** **Affected lints:**

View File

@ -27,7 +27,7 @@
"OAuth", "GraphQL", "OAuth", "GraphQL",
"OCaml", "OCaml",
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS",
"WebGL", "WebGL", "WebGL2", "WebGPU",
"TensorFlow", "TensorFlow",
"TrueType", "TrueType",
"iOS", "macOS", "FreeBSD", "iOS", "macOS", "FreeBSD",

View File

@ -65,7 +65,7 @@ fn test_units() {
/// OAuth GraphQL /// OAuth GraphQL
/// OCaml /// OCaml
/// OpenGL OpenMP OpenSSH OpenSSL OpenStreetMap OpenDNS /// OpenGL OpenMP OpenSSH OpenSSL OpenStreetMap OpenDNS
/// WebGL /// WebGL WebGL2 WebGPU
/// TensorFlow /// TensorFlow
/// TrueType /// TrueType
/// iOS macOS FreeBSD /// iOS macOS FreeBSD

View File

@ -65,7 +65,7 @@ fn test_units() {
/// OAuth GraphQL /// OAuth GraphQL
/// OCaml /// OCaml
/// OpenGL OpenMP OpenSSH OpenSSL OpenStreetMap OpenDNS /// OpenGL OpenMP OpenSSH OpenSSL OpenStreetMap OpenDNS
/// WebGL /// WebGL WebGL2 WebGPU
/// TensorFlow /// TensorFlow
/// TrueType /// TrueType
/// iOS macOS FreeBSD /// iOS macOS FreeBSD