From a000176945990ad2e4086cc590f5ed5008084924 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 1 Oct 2024 13:49:16 +0200 Subject: fix(ci): allow "vim.fs.dirname" --- .github/ci/run_sanitizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3-70-g09d2