Skip to content

Commit 1831385

Browse files
committed
Auto merge of #5611 - rrbutani:master, r=flip1995
Add to the list of words clippy::doc_markdown ignores "TypeScript" is the only one of these I actually ran into organically; I can remove the others if they're too much. changelog: Add to the list of words `clippy::doc_markdown` ignores
2 parents 20f09e1 + 1b3dc5f commit 1831385

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clippy_lints/src/utils/conf.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ define_Conf! {
120120
"GPLv2", "GPLv3",
121121
"GitHub", "GitLab",
122122
"IPv4", "IPv6",
123-
"JavaScript",
123+
"ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript",
124124
"NaN", "NaNs",
125125
"OAuth",
126-
"OpenGL", "OpenSSH", "OpenSSL", "OpenStreetMap",
126+
"OCaml",
127+
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap",
128+
"TensorFlow",
127129
"TrueType",
128130
"iOS", "macOS",
129131
"TeX", "LaTeX", "BibTeX", "BibLaTeX",

0 commit comments

Comments
 (0)