Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add docker by default #2931

Merged
merged 2 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELO
Summary:
files: 7214
filesWithIssues: 5595
issues: 56223
issues: 56221
errors: 0
Errors: []

Expand Down Expand Up @@ -477,7 +477,6 @@ issues:
- "google/cloud/eventarc/doc/main.dox:41:21 EVENTARC U - `GOOGLE_CLOUD_CPP_EVENTARC_ENDPOINT=...` changes"
- "google/cloud/eventarc/doc/main.dox:45:4 eventarcpublishing U (eventarcpublishing.googleapis.com) used"
- "google/cloud/examples/BUILD.bazel:84:14 GENDIR U \"-I$(GENDIR)/google/cloud/examples"
- "google/cloud/examples/hello_world_grpc/Dockerfile:26:1 WORKDIR U WORKDIR /home/build"
- "google/cloud/examples/README.md:36:52 gserviceaccount U GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com\""
- "google/cloud/filestore/cloud_filestore_manager_client.h:19:39 FILESTORE U CLOUD_CPP_GOOGLE_CLOUD_FILESTORE_CLOUD_FILESTORE_MANAGER"
- "google/cloud/functions/doc/main.dox:44:4 cloudfunctions U (cloudfunctions.googleapis.com) used"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: googleapis/google-cloud-cpp
Url: "https://github.com/googleapis/google-cloud-cpp.git"
Args: ["--config=../../../../config/repositories/googleapis/google-cloud-cpp/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]
Lines:
CSpell: Files checked: 7214, Issues found: 56223 in 5595 files
CSpell: Files checked: 7214, Issues found: 56221 in 5595 files
exit code: 1
./ARCHITECTURE.md:100:19 - Unknown word (bigtable) -- - Bigtable has a [bigtable::Table](/google/cloud
./ARCHITECTURE.md:100:3 - Unknown word (Bigtable) -- - Bigtable has a [bigtable::Table
Expand Down Expand Up @@ -476,7 +476,6 @@ Lines:
./google/cloud/eventarc/doc/main.dox:45:4 - Unknown word (eventarcpublishing) -- (eventarcpublishing.googleapis.com) used
./google/cloud/examples/BUILD.bazel:84:14 - Unknown word (GENDIR) -- "-I$(GENDIR)/google/cloud/examples
./google/cloud/examples/README.md:36:52 - Unknown word (gserviceaccount) -- GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com"
./google/cloud/examples/hello_world_grpc/Dockerfile:26:1 - Unknown word (WORKDIR) -- WORKDIR /home/build
./google/cloud/filestore/cloud_filestore_manager_client.h:19:39 - Unknown word (FILESTORE) -- CLOUD_CPP_GOOGLE_CLOUD_FILESTORE_CLOUD_FILESTORE_MANAGER
./google/cloud/functions/doc/main.dox:44:4 - Unknown word (cloudfunctions) -- (cloudfunctions.googleapis.com) used
./google/cloud/future_generic_then_test.cc:440:62 - Unknown word (functort) -- exceptions raised by the functort to the
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const settings = {
'@cspell/dict-css/cspell-ext.json',
'@cspell/dict-dart/cspell-ext.json',
'@cspell/dict-django/cspell-ext.json',
'@cspell/dict-docker/cspell-ext.json',
'@cspell/dict-dotnet/cspell-ext.json',
'@cspell/dict-elixir/cspell-ext.json',
'@cspell/dict-en_us/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const settings: CSpellSettings = {
'@cspell/dict-css/cspell-ext.json',
'@cspell/dict-dart/cspell-ext.json',
'@cspell/dict-django/cspell-ext.json',
'@cspell/dict-docker/cspell-ext.json',
'@cspell/dict-dotnet/cspell-ext.json',
'@cspell/dict-elixir/cspell-ext.json',
'@cspell/dict-en_us/cspell-ext.json',
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
"@cspell/dict-css": "^2.0.0",
"@cspell/dict-dart": "^1.1.0",
"@cspell/dict-django": "^2.0.0",
"@cspell/dict-docker": "^1.1.0",
"@cspell/dict-dotnet": "^2.0.1",
"@cspell/dict-elixir": "^2.0.1",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-en_us": "^2.2.5",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-filetypes": "^2.0.1",
"@cspell/dict-fonts": "^2.0.0",
"@cspell/dict-fullstack": "^2.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell/src/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ café - csharp ../cspell-bundled-dicts/...dict-csharp/csharp.txt.
café - css ../cspell-bundled-dicts/...spell/dict-css/css.txt.gz
café - dart ../cspell-bundled-dicts/...ell/dict-dart/dart.txt.gz
café - django ../cspell-bundled-dicts/...dict-django/django.txt.gz
café - docker ../cspell-bundled-dicts/...ocker/docker-words.txt.gz
café - dotnet ../cspell-bundled-dicts/...dict-dotnet/dotnet.txt.gz
café - elixir ../cspell-bundled-dicts/...dict-elixir/elixir.txt.gz
café * en_us* ../cspell-bundled-dicts/.../dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -751,6 +752,7 @@ hello - csharp ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
hello - css ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
hello - dart ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
hello - django ../cspell-bundled-dicts/...ict-django/django.txt.gz
hello - docker ../cspell-bundled-dicts/...cker/docker-words.txt.gz
hello - dotnet ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
hello - elixir ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
hello * en_us ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -803,6 +805,7 @@ hello - csharp ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
hello - css ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
hello - dart ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
hello - django ../cspell-bundled-dicts/...ict-django/django.txt.gz
hello - docker ../cspell-bundled-dicts/...cker/docker-words.txt.gz
hello - dotnet ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
hello - elixir ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
hello * en_us* ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -1016,6 +1019,7 @@ café - csharp ../cspell-bundled-dicts/...dict-csharp/csharp.txt.
café - css ../cspell-bundled-dicts/...spell/dict-css/css.txt.gz
café - dart ../cspell-bundled-dicts/...ell/dict-dart/dart.txt.gz
café - django ../cspell-bundled-dicts/...dict-django/django.txt.gz
café - docker ../cspell-bundled-dicts/...ocker/docker-words.txt.gz
café - dotnet ../cspell-bundled-dicts/...dict-dotnet/dotnet.txt.gz
café - elixir ../cspell-bundled-dicts/...dict-elixir/elixir.txt.gz
café * en_us* ../cspell-bundled-dicts/.../dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -1068,6 +1072,7 @@ hello - csharp ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
hello - css ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
hello - dart ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
hello - django ../cspell-bundled-dicts/...ict-django/django.txt.gz
hello - docker ../cspell-bundled-dicts/...cker/docker-words.txt.gz
hello - dotnet ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
hello - elixir ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
hello * en_us* ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -1120,6 +1125,7 @@ hello - csharp ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
hello - css ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
hello - dart ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
hello - django ../cspell-bundled-dicts/...ict-django/django.txt.gz
hello - docker ../cspell-bundled-dicts/...cker/docker-words.txt.gz
hello - dotnet ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
hello - elixir ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
hello * en_us ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -1200,6 +1206,7 @@ hello - csharp ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
hello - css ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
hello - dart ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
hello - django ../cspell-bundled-dicts/...ict-django/django.txt.gz
hello - docker ../cspell-bundled-dicts/...cker/docker-words.txt.gz
hello - dotnet ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
hello - elixir ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
hello * en_us* ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
Expand Down Expand Up @@ -1254,6 +1261,7 @@ not-in-any-dictionary - csharp ../cspell-bundle...rp/csharp.txt.gz
not-in-any-dictionary - css ../cspell-bundle...t-css/css.txt.gz
not-in-any-dictionary - dart ../cspell-bundle...dart/dart.txt.gz
not-in-any-dictionary - django ../cspell-bundle...go/django.txt.gz
not-in-any-dictionary - docker ../cspell-bundle...ker-words.txt.gz
not-in-any-dictionary - dotnet ../cspell-bundle...et/dotnet.txt.gz
not-in-any-dictionary - elixir ../cspell-bundle...ir/elixir.txt.gz
not-in-any-dictionary - en_us* ../cspell-bundle...us/en_US.trie.gz
Expand Down