Skip to content

Commit 856905b

Browse files
committed
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)
1 parent 46a53df commit 856905b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.lgtm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
2+
path_classifiers:
3+
documentation:
4+
- runtime/tutor/tutor*

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# source files for all source archives
55
SRC_ALL = \
66
.hgignore \
7+
.lgtm.yml \
78
.travis.yml \
89
appveyor.yml \
910
src/appveyor.bat \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1764,
764766
/**/
765767
1763,
766768
/**/

0 commit comments

Comments
 (0)