patch 8.0.1764: lgtm considers tutor.es to be EcmaScript

Problem:    Lgtm considers tutor.es to be EcmaScript.
Solution:   Add a config file for lgtm. (Bas van Schaik, closes #2844)
This commit is contained in:
Bram Moolenaar 2018-04-25 21:36:47 +02:00
parent 46a53dfc29
commit 856905bd83
3 changed files with 7 additions and 0 deletions

4
.lgtm.yml Normal file
View File

@ -0,0 +1,4 @@
# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
path_classifiers:
documentation:
- runtime/tutor/tutor*

View File

@ -4,6 +4,7 @@
# source files for all source archives
SRC_ALL = \
.hgignore \
.lgtm.yml \
.travis.yml \
appveyor.yml \
src/appveyor.bat \

View File

@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1764,
/**/
1763,
/**/