aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-01 13:49:16 +0200
committerJustin M. Keyes <justinkz@gmail.com>2024-10-01 13:49:16 +0200
commita000176945990ad2e4086cc590f5ed5008084924 (patch)
tree3032de9e6978fcb7c5ad413324dd87f7ab491734 /.github
parentdocs: remove minimal_init.lua (diff)
downloadnvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar.gz
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar.bz2
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar.lz
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar.xz
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.tar.zst
nvim-lspconfig-a000176945990ad2e4086cc590f5ed5008084924.zip
fix(ci): allow "vim.fs.dirname"
Diffstat (limited to '.github')
-rw-r--r--.github/ci/run_sanitizer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/run_sanitizer.sh b/.github/ci/run_sanitizer.sh
index 4098d8a7..8630de3f 100644
--- a/.github/ci/run_sanitizer.sh
+++ b/.github/ci/run_sanitizer.sh
@@ -5,7 +5,7 @@ REF_BRANCH="$1"
PR_BRANCH="$2"
# checks for added lines that contain search pattern and prints them
-SEARCH_PATTERN="(dirname|fn\.cwd)"
+SEARCH_PATTERN="(path\.dirname|fn\.cwd)"
if git diff --pickaxe-all -U0 -G "${SEARCH_PATTERN}" "${REF_BRANCH}" "${PR_BRANCH}" -- '*.lua' | grep -Ev '(configs|utils)\.lua$' | grep -E "^\+.*${SEARCH_PATTERN}" ; then
echo