diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-11-14 16:18:40 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2025-11-14 16:18:40 -0500 |
| commit | 1e9c9b514f1f28bd93e129158c011913bee9a190 (patch) | |
| tree | 2a592a710c98ec99971adb0bd2ec875dccd43f13 /.github | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar.gz nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar.bz2 nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar.lz nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar.xz nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.tar.zst nvim-lspconfig-1e9c9b514f1f28bd93e129158c011913bee9a190.zip | |
fix(eslint.lua): nonsense passed to list_extend()
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ci/lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/lint.sh b/.github/ci/lint.sh index a6bf8a1e..8efeac73 100644 --- a/.github/ci/lint.sh +++ b/.github/ci/lint.sh @@ -36,7 +36,7 @@ _check_brief_placement() { } # Returned object should have `---@type vim.lsp.Config` annotation. -# TODO: use luals/emmylua type checking in CI: https://github.com/neovim/neovim/pull/33344 +# CI checks luals/emmylua: https://github.com/neovim/nvim-lspconfig/pull/4185 _check_type() { if git grep --files-without-match '\-\-\-\@type vim\.lsp\.Config' -- 'lsp/*.lua' ; then _fail 'Missing `---@type vim.lsp.Config` annotation.' |
