-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add cspell to CI * docs: Update comment --------- Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
- Loading branch information
1 parent
55aa688
commit 58fda55
Showing
35 changed files
with
161 additions
and
61 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,83 @@ | ||
# cSpell:ignore textlintrc | ||
# For settings, see | ||
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/ | ||
version: '0.2' | ||
caseSensitive: false | ||
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 | ||
- 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
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.