summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-25 21:36:47 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-25 21:36:47 +0200
commit856905bd838fdf71be2c3dabc98453b85b80a83b (patch)
treece836404e993eb33f0d722788d4f2850edd34221
parent46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec (diff)
patch 8.0.1764: lgtm considers tutor.es to be EcmaScriptv8.0.1764
Problem: Lgtm considers tutor.es to be EcmaScript. Solution: Add a config file for lgtm. (Bas van Schaik, closes #2844)
-rw-r--r--.lgtm.yml4
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
3 files changed, 7 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 0000000000..abe9ff6541
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,4 @@
+# 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 928d9634e2..205c077684 100644
--- a/Filelist
+++ b/Filelist
@@ -4,6 +4,7 @@
# source files for all source archives
SRC_ALL = \
.hgignore \
+ .lgtm.yml \
.travis.yml \
appveyor.yml \
src/appveyor.bat \
diff --git a/src/version.c b/src/version.c
index f5d4c5a289..f918ac284b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1764,
+/**/
1763,
/**/
1762,