Skip to content

Commit e796466

Browse files
chalincartermp
andauthored
[CI] textlint terminology pattern for .NET capitalization (open-telemetry#3495)
Co-authored-by: Phillip Carter <[email protected]>
1 parent 96af07d commit e796466

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.textlintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@
105105
"YouTube",
106106
"Zend",
107107
"Zipkin",
108-
["\\.net", ".NET"],
109-
["(?<=\\.)net\\b", "NET"],
108+
["(?<=(^|\\s))(?:\bdot|\\.)net\\b", ".NET"],
110109
["3rd[- ]party", "third-party"],
111110
["cpp", "C++"],
112111
["dotnet", ".NET"],

content/en/blog/2022/v1.0-trio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ canonical_url: https://medium.com/opentelemetry/opentelemetry-erlang-elixir-java
77

88
We are kicking off the new year with a bang! In the last couple months, three
99
new languages (Ruby, JavaScript, and Erlang/Elixir) have had their first 1.0
10-
releases, joining the existing GA releases from C++, Go, Java, .Net, Python and
10+
releases, joining the existing GA releases from C++, Go, Java, .NET, Python and
1111
Swift. Read all the details from the [announcement][].
1212

1313
[announcement]: {{% param canonical_url %}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"check:links": "npm run _check:links",
4040
"check:markdown": "npx gulp lint-md",
4141
"check:spelling": "npx cspell --no-progress -c .vscode/cspell.json content data 'layouts/**/*.md'",
42-
"check:text": "npm run _check:text",
42+
"check:text": "npm run _check:text -- ",
4343
"check": "npm run seq -- $(npm run -s _list:check:*)",
4444
"clean": "make clean",
4545
"cp:spec": "./scripts/content-modules/cp-pages.sh",

0 commit comments

Comments
 (0)