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: Workflow Bot -- Update Dictionaries (main) #6686

Merged
merged 1 commit into from
Dec 16, 2024
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: '["**"]'
Summary:
files: 370
filesWithIssues: 335
issues: 4415
issues: 4410
errors: 0
Errors: []

Expand Down Expand Up @@ -508,7 +508,6 @@ issues:
- "lua/lspconfig/configs/sourcekit.lua:9:48 xcworkspace U pattern('*.xcodeproj', '*.xcworkspace')(filename)"
- "lua/lspconfig/configs/spyglassmc_language_server.lua:7:40 mcmeta U util.root_pattern 'pack.mcmeta',"
- "lua/lspconfig/configs/sqlls.lua:7:36 sqllsrc U util.root_pattern '.sqllsrc.json',"
- "lua/lspconfig/configs/stylelint_lsp.lua:4:5 stylelintrc U '.stylelintrc',"
- "lua/lspconfig/configs/svlangserver.lua:13:35 cword U = { vim.fn.expand '<cword>' },"
- "lua/lspconfig/configs/syntax_tree.lua:7:36 streerc U util.root_pattern('.streerc', 'Gemfile', '.git'"
- "lua/lspconfig/configs/teal_ls.lua:11:35 tlconfig U util.root_pattern 'tlconfig.lua',"
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: 370, Issues found: 4415 in 335 files.
CSpell: Files checked: 370, Issues found: 4410 in 335 files.
exit code: 1
CONTRIBUTING.md:127:4 - Unknown word (luacheck) -- - [luacheck](https://github.com
CONTRIBUTING.md:128:4 - Unknown word (stylua) -- - [stylua](https://github.com
Expand Down Expand Up @@ -506,7 +506,6 @@ lua/lspconfig/configs/sourcekit.lua:9:33 - Unknown word (xcodeproj) -- uti
lua/lspconfig/configs/sourcekit.lua:9:48 - Unknown word (xcworkspace) -- pattern('*.xcodeproj', '*.xcworkspace')(filename)
lua/lspconfig/configs/spyglassmc_language_server.lua:7:40 - Unknown word (mcmeta) -- util.root_pattern 'pack.mcmeta',
lua/lspconfig/configs/sqlls.lua:7:36 - Unknown word (sqllsrc) -- util.root_pattern '.sqllsrc.json',
lua/lspconfig/configs/stylelint_lsp.lua:4:5 - Unknown word (stylelintrc) -- '.stylelintrc',
lua/lspconfig/configs/svlangserver.lua:13:35 - Unknown word (cword) -- = { vim.fn.expand '<cword>' },
lua/lspconfig/configs/syntax_tree.lua:7:36 - Unknown word (streerc) -- util.root_pattern('.streerc', 'Gemfile', '.git'
lua/lspconfig/configs/teal_ls.lua:11:35 - Unknown word (tlconfig) -- util.root_pattern 'tlconfig.lua',
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@cspell/dict-al": "^1.0.3",
"@cspell/dict-aws": "^4.0.7",
"@cspell/dict-bash": "^4.1.8",
"@cspell/dict-companies": "^3.1.8",
"@cspell/dict-companies": "^3.1.9",
"@cspell/dict-cpp": "^6.0.2",
"@cspell/dict-cryptocurrencies": "^5.0.3",
"@cspell/dict-csharp": "^4.0.5",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@cspell/dict-markdown": "^2.0.7",
"@cspell/dict-monkeyc": "^1.0.9",
"@cspell/dict-node": "^5.0.5",
"@cspell/dict-npm": "^5.1.17",
"@cspell/dict-npm": "^5.1.18",
"@cspell/dict-php": "^4.0.13",
"@cspell/dict-powershell": "^5.0.13",
"@cspell/dict-public-licenses": "^2.0.11",
Expand All @@ -96,7 +96,7 @@
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.10",
"@cspell/dict-scala": "^5.0.6",
"@cspell/dict-software-terms": "^4.1.19",
"@cspell/dict-software-terms": "^4.1.20",
"@cspell/dict-sql": "^2.1.8",
"@cspell/dict-svelte": "^1.0.5",
"@cspell/dict-swift": "^2.0.4",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

Loading