diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-05 17:17:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 17:17:35 -0700 |
| commit | 96cfcfde42ebfbd5e1d40da305d2ba460a852b27 (patch) | |
| tree | ea81642f49cf99b5b19a5fd09c521e9a069a90ca /.github | |
| parent | docs: cleanup #3696 (diff) | |
| download | nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar.gz nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar.bz2 nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar.lz nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar.xz nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.tar.zst nvim-lspconfig-96cfcfde42ebfbd5e1d40da305d2ba460a852b27.zip | |
refactor: deprecate get_active_client_by_name #3697
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ci/run_sanitizer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/run_sanitizer.sh b/.github/ci/run_sanitizer.sh index aad5a49c..faee3d55 100644 --- a/.github/ci/run_sanitizer.sh +++ b/.github/ci/run_sanitizer.sh @@ -15,7 +15,7 @@ if git diff --pickaxe-all -U0 -G "${SEARCH_PATTERN}" "${REF_BRANCH}" "${PR_BRANC exit 1 fi -SEARCH_PATTERN='(util\.path\.dirname|util\.path\.sanitize|util\.path\.exists|util\.path\.is_file|util\.path\.is_dir|util\.path\.join|util\.path\.iterate_parents|util\.path\.traverse_parents|util\.find_mercurial_ancestor|util\.find_node_modules_ancestor|util\.find_package_json_ancestor|util\.find_git_ancestor|util\.get_lsp_clients)' +SEARCH_PATTERN='(util\.path\.dirname|util\.path\.sanitize|util\.path\.exists|util\.path\.is_file|util\.path\.is_dir|util\.path\.join|util\.path\.iterate_parents|util\.path\.traverse_parents|util\.find_mercurial_ancestor|util\.find_node_modules_ancestor|util\.find_package_json_ancestor|util\.find_git_ancestor|util\.get_lsp_clients|util\.get_active_client_by_name)' if git diff --pickaxe-all -U0 -G "${SEARCH_PATTERN}" "${REF_BRANCH}" "${PR_BRANCH}" -- '*.lua' | grep -Ev '\.lua$' | grep -E "^\+.*${SEARCH_PATTERN}" ; then echo |
