Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#5729)
Browse files Browse the repository at this point in the history
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 8d132c9 commit 659b485
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 1,110 deletions.
2 changes: 2 additions & 0 deletions integration-tests/repositories/cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ignorePaths:
- '*.maff' # cspell:ignore maff
- '*.docx'
- '*.jar'
- 'pnpm-lock.yaml'
- 'package-lock.json'
- '**/java-design-patterns/**/localization/**' # do not spell check localization files
- '**/eslint/eslint/**/*.svg'
# RustPython Ignores
Expand Down
333 changes: 2 additions & 331 deletions integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml

Large diffs are not rendered by default.

331 changes: 1 addition & 330 deletions integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**"]'
Summary:
files: 342
filesWithIssues: 338
issues: 4445
issues: 4435
errors: 0
Errors: []

Expand Down Expand Up @@ -460,7 +460,6 @@ issues:
- "doc/server_configurations.txt:270:4 stylelint U - [stylelint_lsp](#stylelint_lsp"
- "doc/server_configurations.txt:277:4 tailwindcss U - [tailwindcss](#tailwindcss)"
- "doc/server_configurations.txt:11508:298 nunjucks U \"mustache\", \"njk\", \"nunjucks\", \"php\", \"razor\", \"slim"
- "doc/server_configurations.txt:11508:357 postcss U twig\", \"css\", \"less\", \"postcss\", \"sass\", \"scss\", \"stylus"
- "flake.nix:2:18 Quickstart U description = \"Quickstart configurations for the"
- "flake.nix:5:36 numtide U utils.url = \"github:numtide/flake-utils\";"
- "flake.nix:9:11 pkgs U let pkgs = nixpkgs.legacyPackages"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: neovim/nvim-lspconfig
Url: "https://github.com/neovim/nvim-lspconfig.git"
Args: ["**"]
Lines:
CSpell: Files checked: 342, Issues found: 4445 in 338 files.
CSpell: Files checked: 342, Issues found: 4435 in 338 files.
exit code: 1
./CONTRIBUTING.md:110:4 - Unknown word (luacheck) -- - [luacheck](https://github.com
./CONTRIBUTING.md:111:4 - Unknown word (stylua) -- - [stylua](https://github.com
Expand Down Expand Up @@ -456,7 +456,6 @@ Lines:
./doc/server_configurations.md:98:4 - Unknown word (fortls) -- - [fortls](#fortls)
./doc/server_configurations.md:99:4 - Unknown word (fsautocomplete) -- - [fsautocomplete](#fsautocomplete)
./doc/server_configurations.txt:11508:298 - Unknown word (nunjucks) -- "mustache", "njk", "nunjucks", "php", "razor", "slim
./doc/server_configurations.txt:11508:357 - Unknown word (postcss) -- twig", "css", "less", "postcss", "sass", "scss", "stylus
./doc/server_configurations.txt:270:4 - Unknown word (stylelint) -- - [stylelint_lsp](#stylelint_lsp
./doc/server_configurations.txt:277:4 - Unknown word (tailwindcss) -- - [tailwindcss](#tailwindcss)
./flake.nix:15:18 - Unknown word (luajit) -- pkgs.luajitPackages.vusted
Expand Down
236 changes: 15 additions & 221 deletions integration-tests/snapshots/sveltejs/svelte/report.yaml

Large diffs are not rendered by default.

232 changes: 13 additions & 219 deletions integration-tests/snapshots/sveltejs/svelte/snapshot.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@cspell/dict-ruby": "^5.0.2",
"@cspell/dict-rust": "^4.0.3",
"@cspell/dict-scala": "^5.0.2",
"@cspell/dict-software-terms": "^3.4.3",
"@cspell/dict-software-terms": "^3.4.4",
"@cspell/dict-sql": "^2.1.3",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 659b485

Please sign in to comment.