forked from open-telemetry/opentelemetry-ruby-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
542fa91
commit e4ecd68
Showing
36 changed files
with
169 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# cSpell:ignore textlintrc | ||
# For settings, see | ||
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/ | ||
version: '0.2' | ||
caseSensitive: false | ||
# words here are only listed for their spelling, if there is a certain way | ||
# to write a word (e.g. OpenTelemetry vs Opentelemetry or cloud native vs | ||
# cloud-native), edit the text-lint rules in .textlintrc.yml | ||
patterns: | ||
- name: CodeBlock | ||
pattern: | | ||
/ | ||
^(\s*[~`]{3,}) # code-block start | ||
.* # all languages and options, e.g. shell {hl_lines=[12]} | ||
[\s\S]*? # content | ||
\1 # code-block end | ||
/igmx | ||
languageSettings: | ||
- languageId: markdown | ||
ignoreRegExpList: | ||
- CodeBlock | ||
words: | ||
- AWSX | ||
- Azuma | ||
- backports | ||
- behaviour | ||
- Bogsanyi | ||
- callables | ||
- circleci | ||
- Clientcontext | ||
- codeowners | ||
- dalli | ||
- datadog | ||
- enqueuers | ||
- ethon | ||
- excon | ||
- faas | ||
- fanout | ||
- faraday | ||
- gettime | ||
- gemfile | ||
- Gitter | ||
- gruf | ||
- HTTPX | ||
- httpx | ||
- instrumenter | ||
- Laurin | ||
- Lightstep | ||
- linux | ||
- lmdb | ||
- microbenchmarks | ||
- Mustin | ||
- myapp | ||
- namespacing | ||
- opentelemetry | ||
- otelcol | ||
- ottrace | ||
- postgres | ||
- postgresql | ||
- racecar | ||
- rabbitmq | ||
- Railtie | ||
- Rakefile | ||
- Reopelle | ||
- rdkafka | ||
- resque | ||
- restclient | ||
- Robb | ||
- rubocop | ||
- Rubocop | ||
- rubydocs | ||
- ruboproof | ||
- rubygems | ||
- Šimánek | ||
- semconv | ||
- sidekiq | ||
- sinatra | ||
- Solarwinds | ||
- spanid | ||
- toolset | ||
- traceid | ||
- traceresponse | ||
- Untrace | ||
- vitess | ||
- webmocks | ||
- Xuan | ||
- yardoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Spelling | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
spelling-check: | ||
name: SPELLING check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: streetsidesoftware/cspell-action@v6 | ||
with: | ||
# Files should be consistent with check:spelling files | ||
files: | | ||
**/*.md | ||
config: .cspell.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.