changeset 31388:1ff377bc0726 v9.0.1027

patch 9.0.1027: LGTM is soon shutting down Commit: https://github.com/vim/vim/commit/647b8dfa7f6300df833b4e5e2a38a4cdfa7de3fc Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Dec 7 23:00:26 2022 +0000 patch 9.0.1027: LGTM is soon shutting down Problem: LGTM is soon shutting down. Solution: Remove LGTM from CI. (closes https://github.com/vim/vim/issues/11671)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 00:15:02 +0100
parents 702519d3b98a
children a6eb61c47fab
files .lgtm.yml Filelist src/version.c
diffstat 3 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/.lgtm.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
-path_classifiers:
-  documentation:
-    - runtime/tutor/tutor*
--- a/Filelist
+++ b/Filelist
@@ -15,7 +15,6 @@ SRC_ALL =	\
 		.github/dependabot.yml \
 		.gitignore \
 		.hgignore \
-		.lgtm.yml \
 		.appveyor.yml \
 		.codecov.yml \
 		ci/appveyor.bat \
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1027,
+/**/
     1026,
 /**/
     1025,