Skip to content

Commit

Permalink
[CI] textlint terminology pattern for .NET capitalization (#3495)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
  • Loading branch information
chalin and cartermp committed Nov 5, 2023
1 parent 96af07d commit e796466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .textlintrc.json
Expand Up @@ -105,8 +105,7 @@
"YouTube",
"Zend",
"Zipkin",
["\\.net", ".NET"],
["(?<=\\.)net\\b", "NET"],
["(?<=(^|\\s))(?:\bdot|\\.)net\\b", ".NET"],
["3rd[- ]party", "third-party"],
["cpp", "C++"],
["dotnet", ".NET"],
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/2022/v1.0-trio.md
Expand Up @@ -7,7 +7,7 @@ canonical_url: https://medium.com/opentelemetry/opentelemetry-erlang-elixir-java

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

[announcement]: {{% param canonical_url %}}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"check:links": "npm run _check:links",
"check:markdown": "npx gulp lint-md",
"check:spelling": "npx cspell --no-progress -c .vscode/cspell.json content data 'layouts/**/*.md'",
"check:text": "npm run _check:text",
"check:text": "npm run _check:text -- ",
"check": "npm run seq -- $(npm run -s _list:check:*)",
"clean": "make clean",
"cp:spec": "./scripts/content-modules/cp-pages.sh",
Expand Down

0 comments on commit e796466

Please sign in to comment.