]> granicus.if.org Git - vim/commitdiff
patch 8.0.1764: lgtm considers tutor.es to be EcmaScript v8.0.1764
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2018 19:36:47 +0000 (21:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2018 19:36:47 +0000 (21:36 +0200)
Problem:    Lgtm considers tutor.es to be EcmaScript.
Solution:   Add a config file for lgtm. (Bas van Schaik, closes #2844)

.lgtm.yml [new file with mode: 0644]
Filelist
src/version.c

diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644 (file)
index 0000000..abe9ff6
--- /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*
index 928d9634e2199b2cd6d041bdc51802cfa5c8841e..205c077684a5ecf42a46d4d891e05bda8f848f86 100644 (file)
--- 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 \
index f5d4c5a2899812f25fb0d0c6a172a686b01ef192..f918ac284b8c2fc1a5693f97044f2b15f7f7cca0 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1764,
 /**/
     1763,
 /**/