From 647b8dfa7f6300df833b4e5e2a38a4cdfa7de3fc Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 7 Dec 2022 23:00:26 +0000 Subject: [PATCH] patch 9.0.1027: LGTM is soon shutting down Problem: LGTM is soon shutting down. Solution: Remove LGTM from CI. (closes #11671) --- .lgtm.yml | 4 ---- Filelist | 1 - src/version.c | 2 ++ 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index abe9ff6541..0000000000 --- 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* diff --git a/Filelist b/Filelist index 385ec68a71..67c215bb95 100644 --- a/Filelist +++ b/Filelist @@ -15,7 +15,6 @@ SRC_ALL = \ .github/dependabot.yml \ .gitignore \ .hgignore \ - .lgtm.yml \ .appveyor.yml \ .codecov.yml \ ci/appveyor.bat \ diff --git a/src/version.c b/src/version.c index e65729fb89..4e573bb5ea 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1027, /**/ 1026, /**/