aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ci/run_sanitizer.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/ci/run_sanitizer.sh b/.github/ci/run_sanitizer.sh
index faee3d55..9b560d84 100644
--- a/.github/ci/run_sanitizer.sh
+++ b/.github/ci/run_sanitizer.sh
@@ -22,12 +22,3 @@ if git diff --pickaxe-all -U0 -G "${SEARCH_PATTERN}" "${REF_BRANCH}" "${PR_BRANC
echo 'Do not use deprecated util functions: '"${SEARCH_PATTERN}"
exit 1
fi
-
-SEARCH_PATTERN='(vim\.uv)'
-
-if git diff --pickaxe-all -U0 -G "${SEARCH_PATTERN}" "${REF_BRANCH}" "${PR_BRANCH}" -- '*.lua' | grep -Ev '\.lua$' | grep -E "^\+.*${SEARCH_PATTERN}" ; then
- echo
- echo 'Do not use modules that are too new: '"${SEARCH_PATTERN}"
- echo 'Consult README to check the minimum supported neovim version.'
- exit 1
-fi